Click or drag to resize

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)
Syntax
public BoundingSphere(
	Cartesian center,
	double radius
)

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