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