mirror of
https://github.com/recp/cglm.git
synced 2026-01-04 22:30:05 +00:00
add new matrix mat3x2
Initial function being glm_mat3x2_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -74,6 +74,9 @@ test_assert_mat3_eq_identity(mat3 m3);
|
||||
test_status_t
|
||||
test_assert_mat3_eq_zero(mat3 m3);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat3x2_eq_zero(mat3x2 m3x2);
|
||||
|
||||
test_status_t
|
||||
test_assert_vec3_eq(vec3 v1, vec3 v2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user