|
opensurgsim
|
PosedShape is a transformed shape with a record of the pose used to transform it. More...
#include <Shape.h>
Public Member Functions | |
| 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.
1.8.12