All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | 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 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...
 

Member Enumeration Documentation

Enumeration of extents.

Enumerator
EXTENT_NULL 
EXTENT_FINITE 

Constructor & Destructor Documentation

ignition::math::BoxPrivate::BoxPrivate ( )

Constructor.

Member Data Documentation

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.


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