Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CoverageGridPoint(
	Point position,
	Scalar weight,
	ICoverageGridCell coverageGridCell,
	ReferenceFrame referenceFrame
)

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