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