Graphmath.Mat33.row0

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

Specs

row0(mat33()) :: vec3()

row0( a ) selects the first row of a mat33.

a is the mat33 to take the first row of.

This returns a vec3 representing the first row of a.