Matrix2.Explicit Operator
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
Explicit(Matrix2 to Single[]) | |
Explicit(Matrix2 to IntPtr) | |
Explicit(Matrix2 to Single*) |
Explicit(Matrix2 to Single[])
Explicit(Matrix2 to IntPtr)
Explicit(Matrix2 to Single*)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static explicit operator float* (OpenTK.Matrix2 matrix);
static member op_Explicit : OpenTK.Matrix2 -> nativeptr<single>
Parameters
- matrix
- Matrix2
Returns
- Attributes