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