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