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