Graphmath.Mat44.row0

You're seeing just the function row0, go back to Graphmath.Mat44 module for more information.

Specs

row0(mat44()) :: vec4()

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.