CvPoint3D64f  Conversion (CvPoint3D64f to CvPoint3D32f) OpenCvSharp Class Library
Creates a CvPoint3D32f with the coordinates of the specified CvPoint3D64f.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static implicit operator CvPoint3D32f (
	CvPoint3D64f self
)

Parameters

self
Type: OpenCvSharpCvPoint3D64f
A CvPoint3D64f that specifies the coordinates for the new CvPoint3D32f.

Return Value

Type: CvPoint3D32f

[Missing <returns> documentation for "M:OpenCvSharp.CvPoint3D64f.op_Implicit(OpenCvSharp.CvPoint3D64f)~OpenCvSharp.CvPoint3D32f"]

See Also

Reference