RectangularPyramidCoverageGrid Constructor (Double, Double, Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean) |
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 RectangularPyramidCoverageGrid(
double xAxisLength,
double yAxisLength,
double height,
double zxAngleResolution,
double zyAngleResolution,
double heightResolution,
ReferenceFrame referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
xAxisLength As Double,
yAxisLength As Double,
height As Double,
zxAngleResolution As Double,
zyAngleResolution As Double,
heightResolution As Double,
referenceFrame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
RectangularPyramidCoverageGrid(
double xAxisLength,
double yAxisLength,
double height,
double zxAngleResolution,
double zyAngleResolution,
double heightResolution,
ReferenceFrame^ referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
xAxisLength : float *
yAxisLength : float *
height : float *
zxAngleResolution : float *
zyAngleResolution : float *
heightResolution : float *
referenceFrame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> RectangularPyramidCoverageGrid
Parameters
- xAxisLength
- Type: SystemDouble
The length of the base in the x direction. - yAxisLength
- Type: SystemDouble
The length of the base in the y direction. - height
- Type: SystemDouble
The height of the pyramid. - zxAngleResolution
- Type: SystemDouble
The minimum spacing in the z-x angular coordinate. - zyAngleResolution
- Type: SystemDouble
The minimum spacing in the z-y angular coordinate. - heightResolution
- Type: SystemDouble
The minimum spacing in the height coordinate. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this rectangular pyramid is defined - useCellVolumeForWeight
- Type: SystemBoolean
A boolean that specifies if the volume of each cell should be used as that cell's weight. - saveGridCell
- Type: SystemBoolean
A boolean that specifies if the grid point's cell should be saved.
See Also