Skip to content
Search
K
English
中文
English
中文
Appearance
Menu
返回顶部
directory
format
typescript
Matrix4x4.
Add
(rhs)
class:
Matrix4x4
description
Adds two Matrix4x4 matrices together.
parameter
param_name
type
description
rhs
Matrix4x4
The Matrix4x4 matrix to add.
reture
type
description
Matrix4x4
A new Matrix4x4 matrix.
code example