Graphmath.Mat33.multiply

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

Specs

multiply(mat33(), mat33()) :: mat33()

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

a is the mat33 multiplicand.

b is the mat33 multiplier.

This returns the mat33 product of the a and b.