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