Public Types | Public Attributes | List of all members
ignition::math::BoxPrivate Class Reference

#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...
 

Member Enumeration Documentation

Enumeration of extents.

Enumerator
EXTENT_NULL 
EXTENT_FINITE 

Member Data Documentation

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.


The documentation for this class was generated from the following file: