mirror of
https://github.com/recp/cglm.git
synced 2026-08-30 18:52:49 -05:00
mat3: add new function glm_mat3_make
Function takes in a 9 element float array and converts it into a mat3 matrix. Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -80,6 +80,10 @@ CGLM_EXPORT
|
||||
float
|
||||
glmc_mat3_rmc(vec3 r, mat3 m, vec3 c);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_make(float * __restrict src, mat3 dest);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user