darts/box.h file

Contains the implementation of a generic, N-dimensional axis-aligned Box class.

Classes

template<int N, typename T>
struct Box
An N-D axis-aligned bounding box consisting of two N-D points min and max.