Skip to content

format

typescript
Matrix4x4.Sub(rhs)

class: Matrix4x4

description

Subtracts two Matrix4x4 matrices.

parameter

param_nametypedescription
rhsMatrix4x4Matrix4x4 matrix

reture

typedescription
Matrix4x4A new matrix

code example