Point3d Conversion (Vec3d to Point3d)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator Point3d (
Vec3d vec
)
Public Shared Widening Operator CType (
vec As Vec3d
) As Point3d
static implicit operator Point3d (
Vec3d vec
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- vec
- Type: OpenCvSharpVec3d
Return Value
Type:
Point3d
See Also