Skip to content

format

typescript
Matrix4x4.Mul(rhs)

class: Matrix4x4

description

Multiplies two Matrix4x4 matrices.

parameter

param_nametypedescription
rhsMatrix4x4The Matrix4x4 matrix to multiply with.

reture

typedescription
Matrix4x4The new matrix.

code example