summaryrefslogtreecommitdiff
path: root/builtin/vector.lua
Commit message (Collapse)AuthorAge
* Don't assert scalars must be vectors.Cy2013-11-06
|
* Add more checks to vector functionsShadowNinja2013-11-01
|
* Add sanity checks to vector functionsShadowNinja2013-10-17
|
* Remove vector metatable settingShadowNinja2013-10-17
| | | | | This not only makes the vector functions faster, but also makes them more consistent with other functions.
* Handle 0 vectors in vector.normalize()ShadowNinja2013-07-07
|
* Add vector helpersShadowNinja2013-07-07