RobWorkProject
24.12.4-
|
the WorkCellDimension describe a center and the box halflengths of the space that the WorkCell expands. More...
#include <DynamicWorkCell.hpp>
Public Member Functions | |
WorkCellDimension (const rw::math::Vector3D<> &c, const rw::math::Vector3D<> &box) | |
Constructor. More... | |
Public Attributes | |
rw::math::Vector3D | center |
The center of the workspace. | |
rw::math::Vector3D | boxDim |
The halftlengths of the workspace. | |
the WorkCellDimension describe a center and the box halflengths of the space that the WorkCell expands.
|
inline |
Constructor.
c | [in] center. |
box | [in] the halflengths of the workspace. |