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