summaryrefslogtreecommitdiff
path: root/src/math/mat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/mat.c')
-rw-r--r--src/math/mat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/mat.c b/src/math/mat.c
index 8b32ba2..592dd5e 100644
--- a/src/math/mat.c
+++ b/src/math/mat.c
@@ -706,7 +706,7 @@ bool mat4_toeuler(Mat4* in, Euler* out) {
}
}
-/*from unity src*/
+/*from unity source*/
/*https://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/*/
void mat4_toquat(Mat4* in, Quat* out) {
// Algorithm in Ken Shoemake's article in 1987 SIGGRAPH course notes