An Implementation of the Marching Cubes Algorithm
1.0
|
This file contains the definition of a class that represents a 3D cubic grid. More...
Go to the source code of this file.
Classes | |
class | mc::Grid |
This class represents a 3D cubic grid in which all cubes have faces parallel to the Cartesian axes, and have the same size, i.e., the grid is a uniform, cubic decomposition of the 3D space. More... | |
Namespaces | |
namespace | mc |
The namespace mc contains an adaptation of the Marching Cubes algorithm implementation given by Jules Bloomenthal in his web site: |
This file contains the definition of a class that represents a 3D cubic grid.
Definition in file grid.hpp.