|
PosedShape is a transformed shape with a record of the pose used to transform it. More...
#include <SurgSim/Math/Shape.h>
Public Member Functions | |
| PosedShape () | |
| PosedShape (const T &shapeInput, const Math::RigidTransform3d &poseInput) | |
| void | invalidate () |
| const T & | getShape () const |
| const Math::RigidTransform3d & | getPose () const |
Protected Attributes | |
| T | shape |
| Math::RigidTransform3d | pose |
PosedShape is a transformed shape with a record of the pose used to transform it.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.13