mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
quaternion multiplication
* convert quaternion multiplication to xyzw * previous implementation may be wrong, wikipedia version implemented * implement SSE version
This commit is contained in:
@@ -37,6 +37,9 @@ test_assert_vec3_eq(vec3 v1, vec3 v2);
|
||||
void
|
||||
test_assert_quat_eq(versor v1, versor v2);
|
||||
|
||||
void
|
||||
test_assert_quat_eq_abs(versor v1, versor v2);
|
||||
|
||||
void
|
||||
test_rand_vec3(vec3 dest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user