Matrix2 Constructors
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.
Overloads
Matrix2(Matrix2) | |
Matrix2(Single[]) | |
Matrix2(Single, Single, Single, Single) |
Matrix2(Matrix2)
public Matrix2 (ref OpenTK.Matrix2 matrix);
new OpenTK.Matrix2 : -> OpenTK.Matrix2
Parameters
- matrix
- Matrix2
Applies to
Matrix2(Single[])
public Matrix2 (float[] floatArray);
new OpenTK.Matrix2 : single[] -> OpenTK.Matrix2
Parameters
- floatArray
- Single[]