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