Visual Computing Library
|
Concept for iterators that iterate over 3D Points (class that satisfies the vcl::Point3Concept). More...
#include <vclib/concepts/space/point.h>
Concept for iterators that iterate over 3D Points (class that satisfies the vcl::Point3Concept).
A type satisfies this concept if it is an iterator having its value_type
that satisfies the vcl::Point3Concept.
It | The type to be tested for conformity to the Point3IteratorConcept. |