Graphmath.Mat44.row3

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

Specs

row3(mat44()) :: vec4()

row3( a ) selects the fourth row of a mat44.

a is the mat44 to take the fourth row of.

This returns a vec4 representing the fourth row of a.