diff options
author | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
commit | 9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch) | |
tree | cd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/math/mat.c | |
parent | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff) |
*wog
Diffstat (limited to 'src/math/mat.c')
-rw-r--r-- | src/math/mat.c | 2 |
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 |