A generic axis-aligned box type. More...
#include <box.hpp>
Public Types | |
using | value_type = T |
Public Attributes | |
Vertex | v1 |
Vertex | v2 |
Friends | |
std::ostream & | operator<< (std::ostream &os, cuspatial::box< T, Vertex > const &b) |
Output stream operator for box<T> for human-readable formatting. | |
A generic axis-aligned box type.
T | the base type for the coordinates |
Vertex | the vector type to use for vertices, vec_2d<T> by default |
using cuspatial::box< T, Vertex >::value_type = T |
|
friend |
Vertex cuspatial::box< T, Vertex >::v1 |
Vertex cuspatial::box< T, Vertex >::v2 |