NMatrix4 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct NMatrix4 : IEquatable<OpenTK.NMatrix4>type NMatrix4 = struct- Inheritance
- 
				NMatrix4
- Implements
Constructors
| NMatrix4(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) | |
| NMatrix4(Vector4, Vector4, Vector4, Vector4) | 
Fields
| Identity | |
| M11 | |
| M12 | |
| M13 | |
| M14 | |
| M21 | |
| M22 | |
| M23 | |
| M24 | |
| M31 | |
| M32 | |
| M33 | |
| M34 | |
| M41 | |
| M42 | |
| M43 | |
| M44 | 
Properties
| Column0 | |
| Column1 | |
| Column2 | |
| Column3 | |
| Determinant | |
| Row0 | |
| Row1 | |
| Row2 | |
| Row3 | 
Methods
| Equals(NMatrix4) | |
| Equals(Object) | |
| GetHashCode() | |
| Multiply(NMatrix4, NMatrix4, NMatrix4) | |
| Multiply(NMatrix4, NMatrix4) | |
| ToString() | |
| Transpose() | |
| Transpose(NMatrix4, NMatrix4) | |
| Transpose(NMatrix4) | 
Operators
| Equality(NMatrix4, NMatrix4) | |
| Explicit(Matrix4 to NMatrix4) | |
| Explicit(NMatrix4 to Matrix4) | |
| Inequality(NMatrix4, NMatrix4) | |
| Multiply(NMatrix4, NMatrix4) |