lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm working on a vector math library called Vectorial, I put a link to it up on the wiki today. It currently does 2D and 3D vectors and basic vector operations, in normal precision. I'm going to eventually extend it with n-dimensionality and arbitrary precision, but I'd appreciate comments! It's at https://github.com/SilverWingedSeraph/Vectorial

Thanks!