CuboidCoverageGrid Constructor (Double, Double, Double, Double, ReferenceFrame) |
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input
ReferenceFrame.
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 CuboidCoverageGrid(
double xAxisLength,
double yAxisLength,
double zAxisLength,
double uniformResolution,
ReferenceFrame frame
)
Public Sub New (
xAxisLength As Double,
yAxisLength As Double,
zAxisLength As Double,
uniformResolution As Double,
frame As ReferenceFrame
)
public:
CuboidCoverageGrid(
double xAxisLength,
double yAxisLength,
double zAxisLength,
double uniformResolution,
ReferenceFrame^ frame
)
new :
xAxisLength : float *
yAxisLength : float *
zAxisLength : float *
uniformResolution : float *
frame : ReferenceFrame -> CuboidCoverageGrid
Parameters
- xAxisLength
- Type: SystemDouble
The length in x. - yAxisLength
- Type: SystemDouble
The length in y. - zAxisLength
- Type: SystemDouble
The length in z. - uniformResolution
- Type: SystemDouble
The spatial resolution to use in all three dimensions. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cuboid is defined.
See Also