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