![]() |
Blender V2.61 - r43446
|
btConvexCast is an interface for Casting More...
#include <btConvexCast.h>

Classes | |
| struct | CastResult |
Public Member Functions | |
| virtual | ~btConvexCast () |
| virtual bool | calcTimeOfImpact (const btTransform &fromA, const btTransform &toA, const btTransform &fromB, const btTransform &toB, CastResult &result)=0 |
| cast a convex against another convex object | |
btConvexCast is an interface for Casting
Definition at line 27 of file btConvexCast.h.
| btConvexCast::~btConvexCast | ( | ) | [virtual] |
Definition at line 18 of file btConvexCast.cpp.
| virtual bool btConvexCast::calcTimeOfImpact | ( | const btTransform & | fromA, |
| const btTransform & | toA, | ||
| const btTransform & | fromB, | ||
| const btTransform & | toB, | ||
| CastResult & | result | ||
| ) | [pure virtual] |
cast a convex against another convex object
Implemented in btContinuousConvexCollision, btGjkConvexCast, and btSubsimplexConvexCast.
Referenced by btCollisionWorld::objectQuerySingle().