Click or drag to resize

Ellipsoid Constructor (Cartesian)

Initializes an ellipsoid as a scalene ellipsoid.

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(
	Cartesian semiaxisLengths
)

Parameters

semiaxisLengths
Type: AGI.Foundation.CoordinatesCartesian
The semiaxis lengths along the x, y, and z axes of the ellipsoid.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the parameter semiaxisLengths has an X, Y, or Z component that is less than or equal to 0.
See Also