Graphmath.Mat33.column0

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

Specs

column0(mat33()) :: vec3()

column0( a ) selects the first column of a mat33.

a is the mat33 to take the first column of.

This returns a vec3 representing the first column of a.