Matrix2 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 Matrix2 : IEquatable<OpenTK.Matrix2>
type Matrix2 = struct
- Inheritance
-
Matrix2
- Attributes
- Implements
Constructors
Matrix2(Matrix2) | |
Matrix2(Single, Single, Single, Single) | |
Matrix2(Single[]) |
Fields
Identity | |
R0C0 | |
R0C1 | |
R1C0 | |
R1C1 | |
Zero |
Properties
Determinant | |
Item[Int32, Int32] | |
Item[Int32] |
Methods
Operators
Explicit(Matrix2 to IntPtr) | |
Explicit(Matrix2 to Single[]) | |
Explicit(Matrix2 to Single*) |