fun mult(result: ZMatrix4, lm: ZMatrix4, rm: ZMatrix4)(source)

Multiplies two 4x4 matrices, storing the result in the result matrix.

Parameters

result

The ZMatrix4 instance where the result of the multiplication will be stored.

lm

The left matrix (ZMatrix4) to be multiplied.

rm

The right matrix (ZMatrix4) to be multiplied.