Simbody
Public Member Functions | Static Public Member Functions

SimTK::ContactGeometry::HalfSpaceImpl Class Reference

#include <ContactGeometryImpl.h>

Inheritance diagram for SimTK::ContactGeometry::HalfSpaceImpl:

List of all members.

Public Member Functions

 HalfSpaceImpl ()
ContactGeometryImplclone () const
ContactGeometryTypeId getTypeId () const
Vec3 findNearestPoint (const Vec3 &position, bool &inside, UnitVec3 &normal) const
bool intersectsRay (const Vec3 &origin, const UnitVec3 &direction, Real &distance, UnitVec3 &normal) const
void getBoundingSphere (Vec3 &center, Real &radius) const

Static Public Member Functions

static ContactGeometryTypeId classTypeId ()
static const std::string & Type ()

Constructor & Destructor Documentation

SimTK::ContactGeometry::HalfSpaceImpl::HalfSpaceImpl ( ) [inline]

Member Function Documentation

ContactGeometryImpl* SimTK::ContactGeometry::HalfSpaceImpl::clone ( ) const [inline, virtual]
ContactGeometryTypeId SimTK::ContactGeometry::HalfSpaceImpl::getTypeId ( ) const [inline, virtual]
static ContactGeometryTypeId SimTK::ContactGeometry::HalfSpaceImpl::classTypeId ( ) [inline, static]
static const std::string& SimTK::ContactGeometry::HalfSpaceImpl::Type ( ) [inline, static]
Vec3 SimTK::ContactGeometry::HalfSpaceImpl::findNearestPoint ( const Vec3 position,
bool &  inside,
UnitVec3 normal 
) const [virtual]
bool SimTK::ContactGeometry::HalfSpaceImpl::intersectsRay ( const Vec3 origin,
const UnitVec3 direction,
Real &  distance,
UnitVec3 normal 
) const [virtual]
void SimTK::ContactGeometry::HalfSpaceImpl::getBoundingSphere ( Vec3 center,
Real &  radius 
) const [virtual]

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