Visual Computing Library
|
A concept that requires a type to satisfy the BoxConcept and have a dimension of 3. More...
#include <vclib/concepts/space/box.h>
A concept that requires a type to satisfy the BoxConcept and have a dimension of 3.
The Box3Concept concept requires that the given type satisfies the BoxConcept concept and that its dimension is equal to 3. This can be used to constrain template parameters of functions or classes that require a 3D box.
T | The type to be tested for conformity to the Box2Concept. |