Visual Computing Library
devel
|
A concept representing a Point. More...
#include <vclib/space/core/point.h>
A concept representing a Point.
The concept is satisfied when T
is a class that instantiates or derives from a Point class having any scalar type and any dimension.
T | The type to be tested for conformity to the PointConcept. |