fun add(result: ZMatrix4, m1: ZMatrix4, m2: ZMatrix4)(source)

Adds two 4x4 matrices and stores the result in the provided result matrix.

Parameters

result

The matrix to store the result of the addition.

m1

The first matrix to add.

m2

The second matrix to add.