Graphmath.Mat33.row1

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

Specs

row1(mat33()) :: vec3()

row1( a ) selects the second row of a mat33.

a is the mat33 to take the second row of.

This returns a vec3 representing the second row of a.