Class VoxelGrid
Defined in File voxel_grid.hpp
Nested Relationships
Nested Types
Class Documentation
Public Functions
Constructor for a voxel grid.
- Parameters:
size_x – The x size of the grid
size_y – The y size of the grid
size_z – The z size of the grid, only sizes <= 16 are supported
Resizes a voxel grid to the desired size.
- Parameters:
size_x – The x size of the grid
size_y – The y size of the grid
size_z – The z size of the grid, only sizes <= 16 are supported
Public Static Functions