Visual Computing Library
|
A concept to check whether a type meets the requirements of a 3D segment. More...
#include <vclib/concepts/space/segment.h>
A concept to check whether a type meets the requirements of a 3D segment.
This concept checks that the input type T
satisfies the requirements of a 3D segment, which means that it must have the following properties:
DIM
equal to 3.T | The type to be tested for conformity to the Segment3Concept. |