| FloatMatrix Constructor |
| Name | Description | |
|---|---|---|
| FloatMatrix(IListSingle) |
Initializes a new Nx1 instance of the FloatMatrix class.
| |
| FloatMatrix(IListQuaternion) |
Initializes a new Nx4 instance of the FloatMatrix class.
| |
| FloatMatrix(IListVector2) |
Initializes a new Nx2 instance of the FloatMatrix class.
| |
| FloatMatrix(IListVector3) |
Initializes a new Nx3 instance of the FloatMatrix class.
| |
| FloatMatrix(IListVector4) |
Initializes a new Nx4 instance of the FloatMatrix class.
| |
| FloatMatrix(Single) |
Initializes a new instance of the FloatMatrix class.
| |
| FloatMatrix(Matrix4x4) |
Initializes a new 4x4 instance of the FloatMatrix class by copying an existing
Matrix4x4.
| |
| FloatMatrix(FloatMatrix) |
Initializes a new instance of the FloatMatrix class by copying an existing
FloatMatrix.
| |
| FloatMatrix(Int32, Int32) |
Initializes a new instance of the FloatMatrix class.
|