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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Cartesian
The center of the bounding sphere. - radius
- Type: System.Double
The radius of the bounding sphere.
See Also