Skip to content

format

typescript
Matrix4x4.Add(rhs)

class: Matrix4x4

description

Adds two Matrix4x4 matrices together.

parameter

param_nametypedescription
rhsMatrix4x4The Matrix4x4 matrix to add.

reture

typedescription
Matrix4x4A new Matrix4x4 matrix.

code example