Public Sub New ( _ x As Integer, _ y As Integer, _ z As Integer _ )
public Point3D( int x, int y, int z )
public: Point3D( int x, int y, int z )
MotionTracking.Point3D = function(x, y, z);