Create a MCvPoint3D64f structure with the specific x and y coordinates

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 MCvPoint3D64f(
	double x,
	double y,
	double z
)
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double _
)
public:
MCvPoint3D64f(
	double x, 
	double y, 
	double z
)

Parameters

x
Double
x-coordinate
y
Double
y-coordinate
z
Double
z-coordinate

See Also