mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 05:06:13 +00:00
add new matrix mat2x3
Initial function being glm_mat2x3_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -53,6 +53,9 @@ test_assert_mat2_eq_identity(mat2 m2);
|
||||
test_status_t
|
||||
test_assert_mat2_eq_zero(mat2 m2);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat2x3_eq_zero(mat2x3 m2x3);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat3_eq(mat3 m1, mat3 m2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user