23#ifndef VCL_CONCEPTS_MESH_COMPONENTS_TEX_COORD_H
24#define VCL_CONCEPTS_MESH_COMPONENTS_TEX_COORD_H
28#include <vclib/concepts/space/tex_coord.h>
48 typename RemoveRef<T>::TexCoordType;
A concept representing a Texture Coordinate.
Definition tex_coord.h:37
HasOptionalTexCoord concept is satisfied only if a class satisfies the vcl::comp::HasTexCoord concept...
Definition tex_coord.h:60
HasTexCoord concept is satisfied only if a Element class provides the types and member functions spec...
Definition tex_coord.h:47
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72