Graphmath.Mat44.column0

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

Specs

column0(mat44()) :: vec4()

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

a is the mat44 to take the first column of.

This returns a vec4 representing the first column of a.