BoundingSphere Constructor |
Initializes a
BoundingSphere from a center (Cartesian) and a radius (double).
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BoundingSphere(
Cartesian center,
double radius
)
Public Sub New (
center As Cartesian,
radius As Double
)
public:
BoundingSphere(
Cartesian center,
double radius
)
new :
center : Cartesian *
radius : float -> BoundingSphere
Parameters
- center
- Type: AGI.Foundation.CoordinatesCartesian
The center of the bounding sphere. - radius
- Type: SystemDouble
The radius of the bounding sphere.
See Also