Reference
tiagolr opened this issue · 1 comments
tiagolr commented
Hey, found this openf source reference, seems pretty neat:
http://code.google.com/p/slimmath/
The code is very tidy, is also tested and collision.cs looks great, hope it helps.
tbrosman commented
I will check it out. Most of what I've added so far is from my own libraries I've written over the years (for C++), so the main challenge is basically designing this in a Haxe-like way. There's also the additional issue of abstracts being... strange. I would like to simply inherit some object+object/scalar*object functions, or at least match on them with typedefs, but abstracts act like their underlying types when it comes to type resolution. I really hope a later version makes them more like classes.