ZernikalosmathZMatrix4Opaddadd fun add(result: ZMatrix4, m1: ZMatrix4, m2: ZMatrix4)(source)Adds two 4x4 matrices and stores the result in the provided result matrix.ParametersresultThe matrix to store the result of the addition.m1The first matrix to add.m2The second matrix to add.