Graphmath.Mat44.multiply

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

Specs

multiply(mat44(), mat44()) :: mat44()

multiply( a, b ) multiply two matrices a and b together.

a is the mat44 multiplicand.

b is the mat44 multiplier.

This returns the mat44 product of the a and b.