![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Object width x height x length dimensions class. More...
#include <laeUtils.h>
Public Member Functions | |
Dim () | |
Default constructor. | |
Dim (double width, double height, double length) | |
Initialization constructor. More... | |
Dim (const Dim &src) | |
Copy constructor. More... | |
virtual | ~Dim () |
Destructor. | |
Dim | operator= (const Dim &rhs) |
Assignment operator. More... | |
void | clear () |
Public Attributes | |
double | m_width |
object width (meters) | |
double | m_height |
object height (meters) | |
double | m_length |
object length (meters) | |
Object width x height x length dimensions class.
Definition at line 524 of file laeUtils.h.
|
inline |
Initialization constructor.
width | Object width (meters) |
height | Object height (meters) |
length | Object length (meters) |
Definition at line 546 of file laeUtils.h.
|
inline |
Copy constructor.
src | Source object. |
Definition at line 558 of file laeUtils.h.
References m_height, m_length, and m_width.
Assignment operator.
rhs | Right hand side object. |
Definition at line 579 of file laeUtils.h.
References m_height, m_length, and m_width.