Graphmath.Mat33.column1

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

Specs

column1(mat33()) :: vec3()

column1( a ) selects the second column of a mat33.

a is the mat33 to take the second column of.

This returns a vec3 representing the second column of a.