BoundingBox.h File Reference
#include <array>Go to the source code of this file.
Namespaces | |
| Wonton | |
| Factorize a number N into D equal (or nearly equal) factors. | |
Typedefs | |
| template<int D> | |
| using | Wonton::BoundingBox = std::array< std::array< double, 2 >, D > |
| Bounding Box type. More... | |
Variables | |
| const int | Wonton::LO = 0 |
| const int | Wonton::HI = 1 |