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

Parameters

center
Type: AGI.Foundation.CoordinatesCartesian
The center of the bounding sphere.
radius
Type: SystemDouble
The radius of the bounding sphere.
See Also