veloren/server
haslersn 9a488c4a25 common, voxygen: Introduce traits RasterableVol, RectRasterableVol
* `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`.
2019-08-30 19:46:01 +02:00
..
src common, voxygen: Introduce traits RasterableVol, RectRasterableVol 2019-08-30 19:46:01 +02:00
Cargo.toml Update to github vek repo 2019-08-26 13:12:45 +02:00