supereight
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
se::MeshFace< NumVertexes, ColB, SemB > Struct Template Reference

#include <mesh.hpp>

Collaboration diagram for se::MeshFace< NumVertexes, ColB, SemB >:
Collaboration graph
[legend]

Public Attributes

std::array< Eigen::Vector3f, NumVertexesvertexes
 
MeshFaceColourData< NumVertexes, ColBcolour
 
MeshFaceSemanticData< NumVertexes, SemBsemantic
 
std::int8_t scale = 0
 

Static Public Attributes

static constexpr size_t num_vertexes = NumVertexes
 
static constexpr Colour col = ColB
 
static constexpr Semantics sem = SemB
 

Member Data Documentation

◆ vertexes

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
std::array<Eigen::Vector3f, NumVertexes> se::MeshFace< NumVertexes, ColB, SemB >::vertexes

◆ colour

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
MeshFaceColourData<NumVertexes, ColB> se::MeshFace< NumVertexes, ColB, SemB >::colour

◆ semantic

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
MeshFaceSemanticData<NumVertexes, SemB> se::MeshFace< NumVertexes, ColB, SemB >::semantic

◆ scale

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
std::int8_t se::MeshFace< NumVertexes, ColB, SemB >::scale = 0

◆ num_vertexes

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
constexpr size_t se::MeshFace< NumVertexes, ColB, SemB >::num_vertexes = NumVertexes
staticconstexpr

◆ col

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
constexpr Colour se::MeshFace< NumVertexes, ColB, SemB >::col = ColB
staticconstexpr

◆ sem

template<size_t NumVertexes, Colour ColB = Colour::Off, Semantics SemB = Semantics::Off>
constexpr Semantics se::MeshFace< NumVertexes, ColB, SemB >::sem = SemB
staticconstexpr

The documentation for this struct was generated from the following file: