OxMBounds3DPoint Class
A 3D point. A point has no dimensions, and simply uses the OxMBounds.Position property.
Constructors
Expand All | Collapse All
-
OxMBounds3DPoint
Default constructor, creates a 3D point at 0,0,0. -
OxMBounds3DPoint ( posX As Double, posY As Double, posZ As Double )
Set the position of the point using three Doubles. -
OxMBounds3DPoint ( pos As OxMVector3 )
Set the position of the point using a 3D vector.