Visual Computing Library
|
Concept for points in two-dimensional space. More...
#include <vclib/concepts/space/point.h>
Concept for points in two-dimensional space.
A type satisfies this concept if it satisfies the vcl::PointConcept and if the DIM
value of the point type is 2.
T | The type to be tested for conformity to the Point2Concept. |