Sets the coordinates of a "Point3DF" point.

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

Syntax

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

See Also