aboutsummaryrefslogtreecommitdiff
path: root/builtin/vector.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't assert scalars must be vectors.Cy2013-11-061-4/+4
|
* Add more checks to vector functionsShadowNinja2013-11-011-14/+25
|
* Add sanity checks to vector functionsShadowNinja2013-10-171-1/+13
|
* Remove vector metatable settingShadowNinja2013-10-171-45/+27
| | | | | 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-071-1/+6
|
* Add vector helpersShadowNinja2013-07-071-0/+136