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

SanityCheckWedgeTexCoords concept. More...

Concept definition

template<typename T>
HasRightNumberOfWedgeTexCoords concept.
Definition wedge_tex_coords.h:428
A concept that checks whether a type T (that should be a Element) has the WedgeTexCoords component (i...
Definition wedge_tex_coords.h:399
SanityCheckWedgeTexCoords concept.
Definition wedge_tex_coords.h:444

Detailed Description

SanityCheckWedgeTexCoords 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.

It is satisfied if:

  • the component does not have wedge texcoords;
  • in case it has wedge texcoords, they have the same number of vertices of the face.