geomc 1.0
A c++ linear algebra template library
|
A shape which can measure its interior region. More...
#include <geomc/shape/ShapeTypes.h>
A shape which can measure its interior region.
For a 2D shape, this is the area; for a 3D shape, this is the volume; higher-dimensional shapes measure their hypervolumes.
These methods avoid the use of "area" and "volume" in their names to avoid confusion with the measure_boundary()
method. ("Area" would measure the interior of a 2D shape, but the boundary of a 3D shape).