FMatrix4 class
FMatrix4 class
Matrix 4x4 with all component in float type
The FMatrix4 type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initialize the instance of FMatrix4 |
| init | Initialize the instance of FMatrix4 from a Matrix4 instance. |
| init | Constructs matrix from 4 rows. |
| init | Constructs a new instance of FMatrix4 |
Properties
| Property | Description |
|---|---|
| m00 | The m00. |
| m01 | The m01. |
| m02 | The m02. |
| m03 | The m03. |
| m10 | The m10. |
| m11 | The m11. |
| m12 | The m12. |
| m13 | The m13. |
| m20 | The m20. |
| m21 | The m21. |
| m22 | The m22. |
| m23 | The m23. |
| m30 | The m30. |
| m31 | The m31. |
| m32 | The m32. |
| m33 | The m33. |
| IDENTITY | The identity matrix |
Methods
| Method | Description |
|---|---|
| concatenate | Concatenates the two matrices |
| concatenate | Concatenates the two matrices |
| transpose | Transposes this instance. |
| inverse | Calculate the inverse matrix of current instance. |
See Also
- module
aspose.threed.utilities - class
FMatrix4 - class
Matrix4