Graphmath.Mat44.column3

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

Specs

column3(mat44()) :: vec4()

column3( a ) selects the fourth column of a mat44.

a is the mat44 to take the fourth column of.

This returns a vec4 representing the fourth column of a.