citro3d/source/maths
Thompson Lee 59b0311f48 Minor Fixes series
- Added a missing @param[in].
- Added @mtheall 's Mtx_Multiply() enhancement.
2016-08-05 00:19:55 -05:00
..
.gitignore Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_fromquat.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_identity.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_inverse.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_lookat.c Left-handed and Right-handed Look-At Matrix functions (#17) 2016-08-04 12:43:33 +02:00
mtx_multiply.c Minor Fixes series 2016-08-05 00:19:55 -05:00
mtx_multiplyfvec3.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_multiplyfvec4.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_ortho.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_orthotilt.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_persp.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_perspstereo.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_perspstereotilt.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_persptilt.c More additions and enhancements to math code, see details (#19) 2016-08-04 21:23:28 +02:00
mtx_rotate.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_rotatex.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_rotatey.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_rotatez.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_scale.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
mtx_translate.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_crossfvec3.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_multiply.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_pow.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_rotate.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_rotatex.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_rotatey.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_rotatez.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00