citro3d/source/maths
2016-08-05 01:18:03 -04: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 Enhancement: Mtx_Inverse() returns a non-zero determinant if the matrix passed in can be inverted, otherwise returns zero if the matrix is singular/degenerative. 2016-08-05 01:18:03 -04:00
mtx_lookat.c Reverting Mtx_Lookat() changes. 2016-08-05 01:04:29 -04:00
mtx_multiply.c Added @mtheall 's Mtx_Multiply() enhancement. 2016-08-05 01:02:54 -04: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