Graphmath.Mat33.diag
You're seeing just the function
diag
, go back to Graphmath.Mat33 module for more information.
Link to this function
diag(a)
Specs
diag( a )
selects the diagonal of a mat33
.
a
is the mat33
to take the diagonal of.
This returns a vec3
representing the diagonal of a
.