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