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