PointInRegionNearestToReferencePoint Constructor (CentralBody, Point, IGetEllipsoidSurfaceRegion) |
Initializes an instance with the specified parameters.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointInRegionNearestToReferencePoint(
CentralBody centralBody,
Point referencePoint,
IGetEllipsoidSurfaceRegion surfaceRegionInterface
)
Public Sub New (
centralBody As CentralBody,
referencePoint As Point,
surfaceRegionInterface As IGetEllipsoidSurfaceRegion
)
public:
PointInRegionNearestToReferencePoint(
CentralBody^ centralBody,
Point^ referencePoint,
IGetEllipsoidSurfaceRegion^ surfaceRegionInterface
)
new :
centralBody : CentralBody *
referencePoint : Point *
surfaceRegionInterface : IGetEllipsoidSurfaceRegion -> PointInRegionNearestToReferencePoint
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody on which the SurfaceRegion is located. - referencePoint
- Type: AGI.Foundation.GeometryPoint
The Point that is the reference point. - surfaceRegionInterface
- Type: AGI.Foundation.GeometryIGetEllipsoidSurfaceRegion
An interface defining the EllipsoidSurfaceRegion in which the point will reside.
See Also