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

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

public static implicit operator CvPoint3D64f (
	CvPoint3D32f p
)

Parameters

p
Type: OpenCvSharpCvPoint3D32f
A CvPoint3D32f that specifies the coordinates for the new CvPoint3D64f.

Return Value

Type: CvPoint3D64f

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

See Also

Reference