CuboidCoverageGrid Constructor |
Name | Description | |
---|---|---|
CuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame) |
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame) |
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure.
The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
| |
CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure.
The grid is defined in the input ReferenceFrame.
|