citro3d/source/maths
2017-12-30 21:09:10 +01: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_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:02:59 -05:00
mtx_lookat.c Fix Mtx_LookAt 2016-08-05 00:33:59 -05: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 Simplify 3rd row calculation in Mtx_Persp* functions 2017-04-10 01:01:00 +02:00
mtx_perspstereo.c Simplify 3rd row calculation in Mtx_Persp* functions 2017-04-10 01:01:00 +02:00
mtx_perspstereotilt.c Simplify 3rd row calculation in Mtx_Persp* functions 2017-04-10 01:01:00 +02:00
mtx_persptilt.c Simplify 3rd row calculation in Mtx_Persp* functions 2017-04-10 01:01:00 +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
mtx_transpose.c Squashing all commits from the previous pull requests. #21, #22, and #23. (#26) 2016-08-30 21:18:37 +02:00
quat_crossfvec3.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
quat_fromaxisangle.c Squashing all commits from the previous pull requests. #21, #22, and #23. (#26) 2016-08-30 21:18:37 +02:00
quat_frommtx.c Optimize Quat_FromMtx() 2017-12-30 21:09:10 +01:00
quat_frompitchyawroll.c Added Quat_FromPitchYawRoll() helper function. (#25) 2016-08-22 22:14:26 +02:00
quat_lookat.c Squashing all commits from the previous pull requests. #21, #22, and #23. (#26) 2016-08-30 21:18:37 +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