#include <cassert>
Go to the source code of this file.
Namespaces | |
xpp | |
Enumerations | |
enum | xpp::Coords2D { xpp::X_ =0, xpp::Y_ } |
enum | xpp::Coords3D { xpp::X =0, xpp::Y, xpp::Z } |
enum | xpp::Coords6D { xpp::AX =0, xpp::AY, xpp::AZ, xpp::LX, xpp::LY, xpp::LZ } |
Functions | |
static Coords2D | xpp::To2D (Coords3D dim) |
Variables | |
static const Coords6D | xpp::AllDim6D [] = {AX, AY, AZ, LX, LY, LZ} |
static constexpr int | xpp::kDim2d = 2 |
static constexpr int | xpp::kDim3d = 3 |
static constexpr int | xpp::kDim6d = 6 |