chrono::fsi::sph::BoxSide Namespace Reference

Description

Enumeration for box sides.

These flags are used to identify sides of a box container and can be combined using unary boolean operations.

Enumerations

enum  Enum {
  NONE = 0x0000 , X_POS = 1 << 0 , X_NEG = 1 << 1 , Y_POS = 1 << 2 ,
  Y_NEG = 1 << 3 , Z_POS = 1 << 4 , Z_NEG = 1 << 5 , ALL = 0xFFFF
}