multiply

Multiplies this matrix by another matrix.

Return

The resulting matrix.

Parameters

b

The matrix to multiply by.


fun multiply(vector3: ERROR CLASS: Symbol not found for Triple<kotlin/Float, kotlin/Float, kotlin/Float>): ERROR CLASS: Symbol not found for Triple<kotlin/Float, kotlin/Float, kotlin/Float>

Multiplies this matrix by a 3D vector.

Return

The resulting 3D vector as a Triple of floats (x, y, z).

Parameters

vector3

The 3D vector as a Triple of floats (x, y, z).


Multiplies this matrix by a 4D vector.

Return

The resulting 4D vector as a Quadruple of floats (x, y, z, w).

Parameters

vector4

The 4D vector as a Quadruple of floats (x, y, z, w).