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