matrix4x4.multiply

Revision as of 15:23, 24 August 2019 by Mex (talk | contribs) (Mex moved page Matrix4x4.multiply to matrix4x4.multiply)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

multiply

Signature: void multiply(Matrix4x4 matrix, [ Matrix4x4 matrix2 ], [ ... ])

Usage: multiply the matrix by another 4x4 matrix, or by several 4x4 matrices

Parameters

Matrix4x4 matrix A matrix to multiply.
Matrix4x4 matrix2 optional n/a Another matrix to multiply.
Matrix4x4 ... optional n/a Another matrix to multiply.

Return

void

On failure: void