Emgu CV Library Documentation
Point3D<(Of <(T>)>) Constructor (x, y, z)
NamespacesEmgu.CVPoint3D<(Of <(T>)>)Point3D<(Of <(T>)>)(T, T, T)

www.emgu.com/wiki
Create a 3D point of the specific location
Declaration Syntax
C#Visual BasicVisual C++
public Point3D(
	T x,
	T y,
	T z
)
Public Sub New ( _
	x As T, _
	y As T, _
	z As T _
)
public:
Point3D(
	T x, 
	T y, 
	T z
)
Parameters
x (T)
The x value of this point
y (T)
The y value of this point
z (T)
The z value of this point

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)