mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 13:16:11 +00:00
add new matrix mat4x3
Initial function being glm_mat4x3_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -44,6 +44,9 @@ test_assert_mat4_eq_zero(mat4 m4);
|
||||
test_status_t
|
||||
test_assert_mat4x2_eq_zero(mat4x2 m4x2);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat4x3_eq_zero(mat4x3 m4x3);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat2_eqt(mat2 m1, mat2 m2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user