#include <Dimensions.hpp>
Definition at line 36 of file Dimensions.hpp.
◆ CUBOID_EDGE_VERTICES
Initial value:=
{
{0, 1},
{2, 3},
{4, 5},
{6, 7},
{0, 2},
{1, 3},
{4, 6},
{5, 7},
{0, 4},
{1, 5},
{2, 6},
{3, 7}}
Definition at line 39 of file Dimensions.hpp.
◆ CUBOID_FACE_EDGES
Initial value:=
{
{4, 6, 8, 10},
{5, 7, 9, 11},
{0, 2, 8, 9},
{1, 3, 10, 11},
{0, 1, 4, 5},
{2, 3, 6, 7}}
Definition at line 38 of file Dimensions.hpp.
◆ CUBOID_FACE_VERTICES
Initial value:=
{
{0, 2, 4, 6},
{1, 3, 5, 7},
{0, 1, 4, 5},
{2, 3, 6, 7},
{0, 1, 2, 3},
{4, 5, 6, 7}}
Definition at line 37 of file Dimensions.hpp.
The documentation for this struct was generated from the following files: