mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
matrix: trace of matrix
This commit is contained in:
@@ -44,6 +44,10 @@ CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_mulv(mat3 m, vec3 v, vec3 dest);
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_mat3_trace(mat3 m);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_quat(mat3 m, versor dest);
|
||||
|
||||
Reference in New Issue
Block a user