![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
Struct of for an Axis-aligned bounding box.
Template parameters
| d | is the dimension |
| Z | is the box-coordinate index type |
Collaboration diagram for gsAABB< d, Z >:Public Member Functions | |
| gsAABB (const gsAABB< d, Z > &other) | |
| Copy constructor (makes deep copy) | |
| gsAABB (gsAABB< d, Z > &&other) | |
| Move constructor. | |
| gsAABB< d, Z > & | operator= (const gsAABB< d, Z > &other) |
| Assignment operator. | |
| gsAABB< d, Z > & | operator= (gsAABB< d, Z > &&other) |
| Move assignment operator. | |
Public Attributes | |
| index_t | level |
| Level in which the box lives. | |