Graphmath.Mat44.column1

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

Specs

column1(mat44()) :: vec4()

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

a is the mat44 to take the second column of.

This returns a vec4 representing the second column of a.