This namespace contains all tables that can be used publicly. More...
Variables | |
static constexpr std::array< Face, 6 > | faces = {L, R, D, U, B, F} |
All available faces for a cube. | |
static constexpr std::array< Edge, 12 > | edges = {LD, LU, LB, LF, RD, RU, RB, RF, DB, DF, UB, UF} |
All available edges for a cube. | |
static constexpr std::array< Vertex, 8 > | vertices = {LDB, LDF, LUB, LUF, RDB, RDF, RUB, RUF} |
All available vertices for a cube. | |
This namespace contains all tables that can be used publicly.
|
staticconstexpr |
All available edges for a cube.
The "omega" edge OO
is excluded.
|
staticconstexpr |
All available faces for a cube.
The "omega" face O
is excluded.
|
staticconstexpr |
All available vertices for a cube.
The "omega" vertex OOO
is excluded.