dart
|
Protected Member Functions | |
DARTCollisionObject (CollisionDetector *collisionDetector, const dynamics::ShapeFrame *shapeFrame) | |
Constructor. | |
void | updateEngineData () override |
Update the collision object of the collision detection engine. More... | |
![]() | |
CollisionObject (CollisionDetector *collisionDetector, const dynamics::ShapeFrame *shapeFrame) | |
Contructor. | |
Friends | |
class | DARTCollisionDetector |
Additional Inherited Members | |
![]() | |
virtual | ~CollisionObject ()=default |
Destructor. | |
CollisionDetector * | getCollisionDetector () |
Return collision detection engine associated with this CollisionObject. | |
const CollisionDetector * | getCollisionDetector () const |
Return collision detection engine associated with this CollisionObject. | |
const dynamics::ShapeFrame * | getShapeFrame () const |
Return the associated ShapeFrame. | |
dynamics::ConstShapePtr | getShape () const |
Return the associated Shape. | |
const Eigen::Isometry3d & | getTransform () const |
Return the transformation of this CollisionObject in world coordinates. | |
![]() | |
CollisionDetector * | mCollisionDetector |
Collision detector. | |
const dynamics::ShapeFrame * | mShapeFrame |
ShapeFrame. | |
|
overrideprotectedvirtual |
Update the collision object of the collision detection engine.
This function will be called ahead of every collision checking by CollisionGroup.
Implements dart::collision::CollisionObject.