aboutsummaryrefslogtreecommitdiff
path: root/builtin/vector.lua
AgeCommit message (Collapse)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2013-11-06Don't assert scalars must be vectors.Cy
2013-11-01Add more checks to vector functionsShadowNinja
2013-10-17Add sanity checks to vector functionsShadowNinja
2013-10-17Remove vector metatable settingShadowNinja
This not only makes the vector functions faster, but also makes them more consistent with other functions.
2013-07-07Handle 0 vectors in vector.normalize()ShadowNinja
2013-07-07Add vector helpersShadowNinja