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