Matrix3 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.
[System.Serializable]
public struct Matrix3 : IEquatable<OpenTK.Matrix3>
type Matrix3 = struct
- Inheritance
-
Matrix3
- Attributes
- Implements
Constructors
| Matrix3(Matrix3) | |
| Matrix3(Matrix4) | |
| Matrix3(Quaterniond) | |
| Matrix3(Single, Single, Single, Single, Single, Single, Single, Single, Single) | |
| Matrix3(Single[]) |
Fields
| Identity | |
| R0C0 | |
| R0C1 | |
| R0C2 | |
| R1C0 | |
| R1C1 | |
| R1C2 | |
| R2C0 | |
| R2C1 | |
| R2C2 | |
| Zero |
Properties
| Determinant | |
| Item[Int32, Int32] | |
| Item[Int32] |
Methods
Operators
| Explicit(Matrix3 to IntPtr) | |
| Explicit(Matrix3 to Single[]) | |
| Explicit(Matrix3 to Single*) |