Public Sub New ( _ x As Single, _ y As Single, _ z As Single _ )
public Point3DF( float x, float y, float z )
public: Point3DF( float x, float y, float z )
MotionTracking.Point3DF = function(x, y, z);