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