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