The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static implicit operator MCvPoint3D64f (
	MCvPoint3D32f point
)
Public Shared Widening Operator CType ( _
	point As MCvPoint3D32f _
) As MCvPoint3D64f
static implicit operator MCvPoint3D64f (
	MCvPoint3D32f point
)

Parameters

point
MCvPoint3D32f
The point to be converted

Return Value

The converted point

See Also