Graphmath.Mat33.diag

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

Specs

diag(mat33()) :: vec3()

diag( a ) selects the diagonal of a mat33.

a is the mat33 to take the diagonal of.

This returns a vec3 representing the diagonal of a.