Click or drag to resize

Point3f  Conversion (Point3f to Point3i)

[Missing <summary> documentation for "M:OpenCvSharp.Point3f.op_Explicit(OpenCvSharp.Point3f)~OpenCvSharp.Point3i"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static explicit operator Point3i (
	Point3f self
)

Parameters

self
Type: OpenCvSharpPoint3f

[Missing <param name="self"/> documentation for "M:OpenCvSharp.Point3f.op_Explicit(OpenCvSharp.Point3f)~OpenCvSharp.Point3i"]

Return Value

Type: Point3i

[Missing <returns> documentation for "M:OpenCvSharp.Point3f.op_Explicit(OpenCvSharp.Point3f)~OpenCvSharp.Point3i"]

See Also