EllipsoidIsAtCenter Method  | 
 
            Gets a value indicating if the provided position is within the 
CenterTolerance of the center of the ellipsoid.
            The 
CenterTolerance is expressed as a percentage with respect to the unit sphere representing the scaled ellipsoid.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsAtCenter(
	Cartesian position
)
Public Function IsAtCenter ( 
	position As Cartesian
) As Boolean
public:
bool IsAtCenter(
	Cartesian position
)
member IsAtCenter : 
        position : Cartesian -> bool 
Parameters
- position
 - Type: AGI.Foundation.CoordinatesCartesian
The position. 
Return Value
Type: 
Boolean if the position is within tolerance of the center of the ellipsoid; otherwise 
.
            
See Also