[This is preliminary documentation and is subject to change.]

Create a MCvPoint3D64f structure with the specific x and y coordinates

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

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