From 9c89460e136ed6c6c43704d9a3a15105e0f006b0 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 22 Feb 2020 18:17:06 +0800 Subject: *wog --- src/math/mat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/mat.c') 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 -- cgit v1.1-26-g67d0