OxMBounds2DCircle Class
A 2D circular bounding volume.
Constructors
Expand All | Collapse All
-
OxMBounds2DCircle
Default constructor, creates a circle with a radius of 1.0. -
OxMBounds2DCircle ( rad As Double )
Set the circle radius using a Double value. For example:
' Create a 64 unit circle Dim bounds As New OxMBounds2DCircle(32)
Properties
Expand All | Collapse All
-
Radius As Double
Read or set the radius of the circle.