Graphmath.Mat44.row2

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

Specs

row2(mat44()) :: vec4()

row2( a ) selects the third row of a mat44.

a is the mat44 to take the third row of.

This returns a vec4 representing the third row of a.