Graphmath.Mat33.row2

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

Specs

row2(mat33()) :: vec3()

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

a is the mat33 to take the third row of.

This returns a vec3 representing the third row of a.