Class: Matrix3
Memberof
M3D.M3DMath
Description
3*3矩阵
Table of contents
Constructors
Properties
Methods
- Add
- AddED
- Clone
- Data
- Equals
- Inverse
- InverseED
- Multiply
- MultiplyED
- Release
- Scale
- Scaled
- SetScale
- Sub
- SubED
- Tostring
- Transpose
- Value
- copyFrom
- BulkTranspose
- IDENTITY
- ZERO
Constructors
constructor
• new Matrix3(): Matrix3
Returns
Description
构造函数
• new Matrix3(mat
): Matrix3
Parameters
Name | Type |
---|---|
mat | Matrix3 |
Returns
Description
构造函数
• new Matrix3(data
): Matrix3
Parameters
Name | Type |
---|---|
data | Float32Array |