The Matrix4x4 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueType..::..Equals(Object).) | |
| Equals(Matrix4x4) | ||
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ValueType..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ValueType..::..ToString()()()().) | |
| Transpose |
Transpose thi 4x4 matrix
|
Extension Methods
| Name | Description | |
|---|---|---|
| Decompose(Vector3D%, Vector4D%, Vector3D%) | Overloaded.
Decomposes the matrix into its scalar, rotational, and translational elements.
(Defined by Matrix4x4Utils.) | |
| Decompose(Vector3D%, Vector3D%, Vector3D%) | Overloaded.
Decomposes the matrix into its scalar, rotational, and translational elements.
(Defined by Matrix4x4Utils.) | |
| ToSlimDXMatrix |
Converts a Matrix4x4 to a Matrix.
(Defined by Matrix4x4Extensions.) |