Click or drag to resize

EllipsoidSurfaceRegionIsPointInsideRegionEpsilon Method

Determines whether the given planetodetic point lies inside the region.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsPointInsideRegionEpsilon(
	Cartographic point,
	double epsilon
)

Parameters

point
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic point to test.
epsilon
Type: SystemDouble
The distance from the boundary that is still considered within the region.

Return Value

Type: Boolean
if the point lies inside the boundary; otherwise .
Remarks
Height above the surface is ignored. The distance from the boundary is approximate.
See Also