/n-cube

hypercube (n-cube) operations implemented in C++

Primary LanguageC++MIT LicenseMIT

n-cube

hypercube (n-cube) operations implemented in C++

Rotations and reflection in n-cubes for n=1..6.

##Usage:

constexpr auto cube = Cube<4, bool>();

constexpr auto transform = todo