mcc
b80543c242
Make vec2(vec2(1,2)) and vec3(vec3(1,2,3)) consistent between lua and luajit
2019-11-29 14:44:34 -05:00
karai17
08b23e394b
Updated tests, fixed couple bugs
2016-12-15 19:57:31 -04:00
Colby Klein
d19a5addcb
Fix failing tests caused by mul->scale
2016-08-21 20:42:44 -07:00
karai17
f038ce2dc7
Increased test coverage of vec2, vec3, quat
2016-07-24 10:49:35 -03:00
karai17
c4fabe7f19
Made the tests less bad
2016-07-24 10:04:29 -03:00
karai17
5f7a7f29fa
Added quaternion tests
...
* Fixed an issue with is_quat, is_vec3, is_vec2, and is_mat4 methods
* Fixed a minor issue with local variables being declared too late
2016-07-21 20:04:32 -03:00
karai17
78b34590c5
vec2 and vec3 100% test coverage
2016-07-21 13:52:35 -03:00
karai17
4f9bc17bf4
Refactored mat4
...
Did some tidying up on quat, vec2, vec3, and utils
2016-07-19 23:55:21 -03:00
karai17
6ced5f397e
Removed unneeded do blocks from tests
2016-07-15 22:19:22 -03:00
karai17
add0a71c05
Added tests for vec2 and vec3
2016-07-15 22:07:48 -03:00
Matthew Blanchard
c5d02e0683
Updated vec3 doc comments. Brought vec2 in line with vec3. Doc commented vec2.
2015-12-25 18:35:03 -05:00
Landon Manning
b2367b6382
*actually* fix tests
2015-12-13 06:36:37 -04:00
Landon Manning
bce2621f2d
Fixed tests
2015-12-13 06:33:20 -04:00
Colby Klein
4a4ad08a35
Add vec2.lerp, tests, and fix some minor bugs.
...
- Added missing vec2 lerp (same as vec3's)
- Added lerp to vec2 and vec3 metatable
- Added tests for vec2 (incomplete)
- Fixed vec2/number being the same as number/vec2
- Fixed vec2 constructor to match vec3's
2015-09-15 07:05:22 -07:00