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