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