Visual Computing Library
devel
|
A concept representing a 3D Box. More...
#include <vclib/space/core/box.h>
A concept representing a 3D Box.
The concept is satisfied when T
is a class that instantiates or derives from a Box class having a Point type with dimension 3.
T | The type to be tested for conformity to the Box2Concept. |