mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9a488c4a25
* `RasterableVol` represents a volume that is compile-time sized and has its lower bound at `(0, 0, 0)`. The name `RasterableVol` was chosen because such a volume can be used with `VolGrid3d`. * `RectRasterableVol` represents a volume that is compile-time sized at least in x and y direction and has its lower bound at `(0, 0, z)`. On the lower bound in z direction, there's no restriction. An `RectRasterableVol` can be used with `VolGrid2d`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |