CoverageGridPoint Constructor (Point, Scalar, ICoverageGridCell, ReferenceFrame) |
Creates a new instance based on the given point, weight, grid cell, 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,
ICoverageGridCell coverageGridCell,
ReferenceFrame referenceFrame
)
Public Sub New (
position As Point,
weight As Scalar,
coverageGridCell As ICoverageGridCell,
referenceFrame As ReferenceFrame
)
public:
CoverageGridPoint(
Point^ position,
Scalar^ weight,
ICoverageGridCell^ coverageGridCell,
ReferenceFrame^ referenceFrame
)
new :
position : Point *
weight : Scalar *
coverageGridCell : ICoverageGridCell *
referenceFrame : ReferenceFrame -> 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. - coverageGridCell
- Type: AGI.Foundation.Geometry.DiscreteICoverageGridCell
The grid cell for this grid point. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this grid point is defined.
See Also