mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
mat3: add rmc for mat3
This commit is contained in:
@@ -91,3 +91,9 @@ void
|
||||
glmc_mat3_swap_row(mat3 mat, int row1, int row2) {
|
||||
glm_mat3_swap_row(mat, row1, row2);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_mat3_rmc(vec3 r, mat3 m, vec3 c) {
|
||||
return glm_mat3_rmc(r, m, c);
|
||||
}
|
||||
|
Reference in New Issue
Block a user