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