#include <BoxPrivate.hh>
Public Types | |
| enum | Extent { EXTENT_NULL, EXTENT_FINITE } |
| Enumeration of extents. More... | |
Public Attributes | |
| Extent | extent = EXTENT_NULL |
| When set to EXTENT_NULL (the default value) the min and max are not valid positions. More... | |
| Vector3d | max = Vector3d::Zero |
| Maximum corner of the box. More... | |
| Vector3d | min = Vector3d::Zero |
| Minimum corner of the box. More... | |
| Extent ignition::math::BoxPrivate::extent = EXTENT_NULL |
When set to EXTENT_NULL (the default value) the min and max are not valid positions.
| Vector3d ignition::math::BoxPrivate::max = Vector3d::Zero |
Maximum corner of the box.
| Vector3d ignition::math::BoxPrivate::min = Vector3d::Zero |
Minimum corner of the box.