EllipsoidIsAtSurface Method |
Gets a value indicating if the provided position is within the
SurfaceTolerance of the surface of the 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 bool IsAtSurface(
Cartesian position
)
Public Function IsAtSurface (
position As Cartesian
) As Boolean
public:
bool IsAtSurface(
Cartesian position
)
member IsAtSurface :
position : Cartesian -> bool
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartesian
The position.
Return Value
Type:
Boolean if the position is within tolerance of the surface of the ellipsoid; otherwise
.
See Also