Simbody
|
This is the internal implementation class for PointContact. More...
#include <ContactImpl.h>
Public Member Functions | |
PointContactImpl (ContactSurfaceIndex surf1, ContactSurfaceIndex surf2, Vec3 &location, Vec3 &normal, Real radius1, Real radius2, Real depth) | |
PointContactImpl (ContactSurfaceIndex surf1, ContactSurfaceIndex surf2, Vec3 &location, Vec3 &normal, Real radius, Real depth) | |
ContactTypeId | getTypeId () const |
Static Public Member Functions | |
static ContactTypeId | classTypeId () |
Friends | |
class | PointContact |
This is the internal implementation class for PointContact.
SimTK::PointContactImpl::PointContactImpl | ( | ContactSurfaceIndex | surf1, |
ContactSurfaceIndex | surf2, | ||
Vec3 & | location, | ||
Vec3 & | normal, | ||
Real | radius1, | ||
Real | radius2, | ||
Real | depth | ||
) |
SimTK::PointContactImpl::PointContactImpl | ( | ContactSurfaceIndex | surf1, |
ContactSurfaceIndex | surf2, | ||
Vec3 & | location, | ||
Vec3 & | normal, | ||
Real | radius, | ||
Real | depth | ||
) |
ContactTypeId SimTK::PointContactImpl::getTypeId | ( | ) | const [inline, virtual] |
Implements SimTK::ContactImpl.
static ContactTypeId SimTK::PointContactImpl::classTypeId | ( | ) | [inline, static] |
friend class PointContact [friend] |