Click or drag to resize

PointInRegionNearestToReferencePoint Constructor (Point, EllipsoidSurfaceRegion)

Initializes an instance with the CentralBody set to Earth from the CentralBodiesFacet.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointInRegionNearestToReferencePoint(
	Point referencePoint,
	EllipsoidSurfaceRegion surfaceRegion
)

Parameters

referencePoint
Type: AGI.Foundation.GeometryPoint
The Point that is the reference point.
surfaceRegion
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The EllipsoidSurfaceRegion in which the point will reside.
See Also