mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Merge pull request #302 from EasyIP2023/feature/glm_mat3_make
mat3: add new function glm_mat3_make
This commit is contained in:
@@ -103,3 +103,9 @@ float
|
||||
glmc_mat3_rmc(vec3 r, mat3 m, vec3 c) {
|
||||
return glm_mat3_rmc(r, m, c);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_make(float * __restrict src, mat3 dest) {
|
||||
glm_mat3_make(src, dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user