Ellipsoid Constructor (Cartesian, Double, Double) |
Initializes an ellipsoid as a scalene ellipsoid.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Ellipsoid(
Cartesian semiaxisLengths,
double centerTolerance,
double surfaceTolerance
)
Public Sub New (
semiaxisLengths As Cartesian,
centerTolerance As Double,
surfaceTolerance As Double
)
public:
Ellipsoid(
Cartesian semiaxisLengths,
double centerTolerance,
double surfaceTolerance
)
new :
semiaxisLengths : Cartesian *
centerTolerance : float *
surfaceTolerance : float -> Ellipsoid
Parameters
- semiaxisLengths
- Type: AGI.Foundation.CoordinatesCartesian
The semiaxis lengths along the x, y, and z axes of the ellipsoid. - centerTolerance
- Type: SystemDouble
The numerical tolerance used to determine if a point is located
at the center of the ellipsoid. - surfaceTolerance
- Type: SystemDouble
The numerical tolerance used to determine if a point is located
on the surface of the ellipsoid.
Exceptions See Also