一个通用的轴对齐盒类型。更多...
#include <box.hpp>
公有类型 | |
| using | value_type = T |
公有属性 | |
| Vertex | v1 |
| Vertex | v2 |
友元 | |
| std::ostream & | operator<< (std::ostream &os, cuspatial::box< T, Vertex > const &b) |
| `box | |
一个通用的轴对齐盒类型。
| T | 坐标的基础类型 |
| Vertex | 用于顶点的向量类型,vec_2d<T> 为默认值 |
| using cuspatial::box< T, Vertex >::value_type = T |
|
friend |
| Vertex cuspatial::box< T, Vertex >::v1 |
| Vertex cuspatial::box< T, Vertex >::v2 |