Graphmath.Mat33.column2

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

Specs

column2(mat33()) :: vec3()

column2( a ) selects the third column of a mat33.

a is the mat33 to take the third column of.

This returns a vec3 representing the third column of a.