iMSTK
Interactive Medical Simulation Toolkit
|
Describes the contact manifold between two geometries. More...
#include <imstkCollisionData.h>
Public Attributes | |
std::vector< CollisionElement > | elementsA |
std::vector< CollisionElement > | elementsB |
std::shared_ptr< Geometry > | geomA |
std::shared_ptr< Geometry > | geomB |
std::shared_ptr< Geometry > | prevGeomA |
std::shared_ptr< Geometry > | prevGeomB |
Describes the contact manifold between two geometries.
Definition at line 210 of file imstkCollisionData.h.