mirror of
https://github.com/recp/cglm.git
synced 2026-01-03 06:09:59 +00:00
remove comment
This commit is contained in:
@@ -162,7 +162,6 @@ glm_mat3_scale(mat3 m, float s) {
|
|||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
float
|
float
|
||||||
glm_mat3_det(mat3 mat) {
|
glm_mat3_det(mat3 mat) {
|
||||||
/* [square] det(A) = det(At) */
|
|
||||||
float a, b, c,
|
float a, b, c,
|
||||||
d, e, f,
|
d, e, f,
|
||||||
g, h, i;
|
g, h, i;
|
||||||
|
|||||||
Reference in New Issue
Block a user