PointInRegionNearestToReferencePoint Constructor (Point, EllipsoidSurfaceRegion) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PointInRegionNearestToReferencePoint(
Point referencePoint,
EllipsoidSurfaceRegion surfaceRegion
)
Public Sub New (
referencePoint As Point,
surfaceRegion As EllipsoidSurfaceRegion
)
public:
PointInRegionNearestToReferencePoint(
Point^ referencePoint,
EllipsoidSurfaceRegion^ surfaceRegion
)
new :
referencePoint : Point *
surfaceRegion : EllipsoidSurfaceRegion -> PointInRegionNearestToReferencePoint
Parameters
- referencePoint
- Type: AGI.Foundation.Geometry.Point
The Point that is the reference point. - surfaceRegion
- Type: AGI.Foundation.Geometry.Shapes.EllipsoidSurfaceRegion
The EllipsoidSurfaceRegion in which the point will reside.
See Also