NMatrix2 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 NMatrix2 : IEquatable<OpenTK.NMatrix2>
type NMatrix2 = struct
- Inheritance
-
NMatrix2
- Implements
Constructors
| NMatrix2(Single, Single, Single, Single) |
Fields
| Identity | |
| R0C0 | |
| R0C1 | |
| R1C0 | |
| R1C1 |
Properties
| Determinant |
Methods
| Equals(NMatrix2) | |
| Equals(Object) | |
| GetHashCode() | |
| Multiply(NMatrix2, NMatrix2, NMatrix2) | |
| Multiply(NMatrix2, NMatrix2) | |
| ToString() | |
| Transpose() | |
| Transpose(NMatrix2, NMatrix2) | |
| Transpose(NMatrix2) |
Operators
| Equality(NMatrix2, NMatrix2) | |
| Explicit(Matrix2 to NMatrix2) | |
| Explicit(NMatrix2 to Matrix2) | |
| Inequality(NMatrix2, NMatrix2) | |
| Multiply(NMatrix2, NMatrix2) |