EllipsoidCenterTolerance Property |
Gets the numerical tolerance used to determine if a point is located near the center of the ellipsoid.
The value is expressed as a percentage with respect to the unit sphere representing the scaled ellipsoid.
By default, the value is approximately 30%.
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 double CenterTolerance { get; }
Public ReadOnly Property CenterTolerance As Double
Get
public:
property double CenterTolerance {
double get ();
}
member CenterTolerance : float with get
Property Value
Type:
DoubleSee Also