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

#include <mesh.hpp>

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

Public Attributes

std::array< Eigen::Vector3f, NumVertexesvertexes
 
MeshFaceColourData< NumVertexes, ColBcolour
 
MeshFaceIdData< NumVertexes, IdBid
 
std::int8_t scale = 0
 

Static Public Attributes

static constexpr size_t num_vertexes = NumVertexes
 
static constexpr Colour col_ = ColB
 
static constexpr Id id_ = IdB
 

Member Data Documentation

◆ vertexes

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

◆ colour

template<size_t NumVertexes, Colour ColB = Colour::Off, Id IdB = Id::Off>
MeshFaceColourData<NumVertexes, ColB> se::MeshFace< NumVertexes, ColB, IdB >::colour

◆ id

template<size_t NumVertexes, Colour ColB = Colour::Off, Id IdB = Id::Off>
MeshFaceIdData<NumVertexes, IdB> se::MeshFace< NumVertexes, ColB, IdB >::id

◆ scale

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

◆ num_vertexes

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

◆ col_

template<size_t NumVertexes, Colour ColB = Colour::Off, Id IdB = Id::Off>
constexpr Colour se::MeshFace< NumVertexes, ColB, IdB >::col_ = ColB
staticconstexpr

◆ id_

template<size_t NumVertexes, Colour ColB = Colour::Off, Id IdB = Id::Off>
constexpr Id se::MeshFace< NumVertexes, ColB, IdB >::id_ = IdB
staticconstexpr

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