Matrix Methods |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
CreateFromAxisAngle |
Creates a new Matrix which contains the rotation moment around specified axis.
| |
CreateFromQuaternion |
Creates a new rotation Matrix from a Quaternion.
| |
CreateFromYawPitchRoll |
Creates a new rotation Matrix from the specified yaw, pitch and roll values.
| |
CreateLookAt |
Creates a new viewing Matrix.
| |
CreateRotationX |
Creates a new rotation Matrix around X axis.
| |
CreateRotationY |
Creates a new rotation Matrix around Y axis.
| |
CreateRotationZ |
Creates a new rotation Matrix around Z axis.
| |
CreateTranslation |
Creates a new translation Matrix.
| |
Determinant |
Returns a determinant of this Matrix.
| |
Equals(Object) |
Compares whether current instance is equal to specified Object without any tolerance.
(Overrides ValueTypeEquals(Object).) | |
Equals(Matrix) |
Compares whether current instance is equal to specified Matrix without any tolerance.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invert |
Creates a new Matrix which contains inversion of the specified matrix.
| |
Lerp |
Creates a new Matrix that contains linear interpolation of the values in specified matrixes.
| |
ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
Transpose |
Swap the matrix rows and columns.
|