Sets the coordinates of a "Point3D" point.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	x As Integer, _
	y As Integer, _
	z As Integer _
)
C#
public Point3D(
	int x,
	int y,
	int z
)
Visual C++
public:
Point3D(
	int x, 
	int y, 
	int z
)
JavaScript
MotionTracking.Point3D = function(x, y, z);

See Also