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