CoverageGridPoint Constructor (Point, Scalar, ReferenceFrame, CentralBody) |
Creates a new instance based on the given point, weight, central body, and reference frame.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CoverageGridPoint(
Point position,
Scalar weight,
ReferenceFrame referenceFrame,
CentralBody centralBody
)
Public Sub New (
position As Point,
weight As Scalar,
referenceFrame As ReferenceFrame,
centralBody As CentralBody
)
public:
CoverageGridPoint(
Point^ position,
Scalar^ weight,
ReferenceFrame^ referenceFrame,
CentralBody^ centralBody
)
new :
position : Point *
weight : Scalar *
referenceFrame : ReferenceFrame *
centralBody : CentralBody -> CoverageGridPoint
Parameters
- position
- Type: AGI.Foundation.GeometryPoint
The point representing this grid point. - weight
- Type: AGI.Foundation.GeometryScalar
The weight for this grid point. For example this can be the area or volume represented by the grid point. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this grid point is defined. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body associated with this point.
See Also