Blender V2.61 - r43446
Public Member Functions

btGjkConvexCast Class Reference

GjkConvexCast performs a raycast on a convex object using support mapping. More...

#include <btGjkConvexCast.h>

Inheritance diagram for btGjkConvexCast:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 btGjkConvexCast (const btConvexShape *convexA, const btConvexShape *convexB, btSimplexSolverInterface *simplexSolver)
virtual bool calcTimeOfImpact (const btTransform &fromA, const btTransform &toA, const btTransform &fromB, const btTransform &toB, CastResult &result)
 cast a convex against another convex object

Detailed Description

GjkConvexCast performs a raycast on a convex object using support mapping.

Definition at line 30 of file btGjkConvexCast.h.


Constructor & Destructor Documentation

btGjkConvexCast::btGjkConvexCast ( const btConvexShape *  convexA,
const btConvexShape *  convexB,
btSimplexSolverInterface *  simplexSolver 
)

Definition at line 30 of file btGjkConvexCast.cpp.


Member Function Documentation

bool btGjkConvexCast::calcTimeOfImpact ( const btTransform fromA,
const btTransform toA,
const btTransform fromB,
const btTransform toB,
CastResult result 
) [virtual]

The documentation for this class was generated from the following files: