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