EllipsoidSurfaceRegion.IsPointInsideRegionIgnoringHolesEpsilon Method |
Determines whether the given planetodetic point lies inside the region, ignoring any holes.
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 IsPointInsideRegionIgnoringHolesEpsilon(
Cartographic point,
double epsilon
)
Public Function IsPointInsideRegionIgnoringHolesEpsilon (
point As Cartographic,
epsilon As Double
) As Boolean
public:
bool IsPointInsideRegionIgnoringHolesEpsilon(
Cartographic point,
double epsilon
)
member IsPointInsideRegionIgnoringHolesEpsilon :
point : Cartographic *
epsilon : float -> bool
Parameters
- point
- Type: AGI.Foundation.Coordinates.Cartographic
The planetodetic point to test. - epsilon
- Type: System.Double
The distance from the boundary that is still considered within the region.
Return Value
Type:
Booleantrue if the point lies inside the boundary; otherwise
false.
RemarksHeight above the surface is ignored. The distance from the boundary is approximate.
See Also