Visual Computing Library
Loading...
Searching...
No Matches
vcl::comp::HasRightNumberOfWedgeTexCoords Concept Reference

HasRightNumberOfWedgeTexCoords concept. More...

Concept definition

template<typename T>
RemoveRef<T>::VERTEX_NUMBER == RemoveRef<T>::WEDGE_TEX_COORD_NUMBER
HasRightNumberOfWedgeTexCoords concept.
Definition wedge_tex_coords.h:108

Detailed Description

HasRightNumberOfWedgeTexCoords concept.

This concept is designed to be used with Face components, where the number of wedge texcoords must be consistent w.r.t. the number of vertices of the face.

This concept is satisfied only if static number of wedge texcoords is the same of the static number of vertices.