Click or drag to resize

Ellipsoid Constructor (Double)

Initializes an ellipsoid as a sphere.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Ellipsoid(
	double radius
)

Parameters

radius
Type: SystemDouble
The radius of the sphere.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the parameter radius is less than or equal to 0.
See Also