Ellipsoid.IsAtOrBeneathSurface Method |
Gets a value indicating if the provided position is within the
SurfaceTolerance of the surface of the ellipsoid,
or is beneath the surface of the 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 IsAtOrBeneathSurface(
Cartesian position
)
Public Function IsAtOrBeneathSurface (
position As Cartesian
) As Boolean
public:
bool IsAtOrBeneathSurface(
Cartesian position
)
member IsAtOrBeneathSurface :
position : Cartesian -> bool
Parameters
- position
- Type: AGI.Foundation.Coordinates.Cartesian
The position.
Return Value
Type:
Booleantrue if the position is within tolerance of the surface of the ellipsoid, or beneath it; otherwise
false.
See Also