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