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

Concept that checks if a Mesh has the per Vertex Tangent component. More...

#include <vclib/mesh/requirements/vertex_requirements.h>

Concept definition

template<typename MeshType>
Concept that checks if a Mesh has the per Vertex Tangent component.
Definition vertex_requirements.h:202
HasVertices concepts is satisfied when at least one of its types is (or inherits from) a vcl::mesh::V...
Definition vertex_container.h:1346
Definition vertex_components.h:111

Detailed Description

Concept that checks if a Mesh has the per Vertex Tangent component.

Evaluates to true if Tangent is part of the Vertex element, whether it is horizontal, vertical or optional.

Template Parameters
MeshTypemesh type to check.