Simbody
Public Member Functions | Static Public Member Functions | Friends

SimTK::PointContactImpl Class Reference

This is the internal implementation class for PointContact. More...

#include <ContactImpl.h>

Inheritance diagram for SimTK::PointContactImpl:

List of all members.

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

Detailed Description

This is the internal implementation class for PointContact.


Constructor & Destructor Documentation

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 
)

Member Function Documentation

ContactTypeId SimTK::PointContactImpl::getTypeId ( ) const [inline, virtual]

Implements SimTK::ContactImpl.

static ContactTypeId SimTK::PointContactImpl::classTypeId ( ) [inline, static]

Friends And Related Function Documentation

friend class PointContact [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines