Graphmath.Mat44.row1

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

Specs

row1(mat44()) :: vec4()

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

a is the mat44 to take the second row of.

This returns a vec4 representing the second row of a.