PathEngine home | previous: | next: |
Returns a newly created
std::unique_ptr<iSourceTiling> buildRegularSourceTiling(const cHorizontalRange& worldRange, int32_t tileSize) |
worldRange |
The minimum and maximum X and Y coordinates for world geometry covered by the tiling.
This range must be non-empty, i.e. the maximum values for each coordinate must be greater than the corresponding minimum values. | ||
tileSize |
The horizontal size of each tile.
Must be greater than zero. |
SourceTiling buildRegularSourceTiling(PathEngine.HorizontalRange worldRange, int tileSize); |
SourceTiling buildRegularSourceTiling(HorizontalRange worldRange, int tileSize); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |