GjkConvexCast performs a raycast on a convex object using support mapping. More...
#include <btGjkConvexCast.h>
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 | |
Private Attributes | |
const btConvexShape * | m_convexA |
const btConvexShape * | m_convexB |
btSimplexSolverInterface * | m_simplexSolver |
GjkConvexCast performs a raycast on a convex object using support mapping.
Definition at line 30 of file btGjkConvexCast.h.
btGjkConvexCast::btGjkConvexCast | ( | const btConvexShape * | convexA, |
const btConvexShape * | convexB, | ||
btSimplexSolverInterface * | simplexSolver | ||
) |
virtual bool btGjkConvexCast::calcTimeOfImpact | ( | const btTransform & | fromA, |
const btTransform & | toA, | ||
const btTransform & | fromB, | ||
const btTransform & | toB, | ||
CastResult & | result | ||
) | [virtual] |
cast a convex against another convex object
Implements btConvexCast.
const btConvexShape* btGjkConvexCast::m_convexA [private] |
Definition at line 33 of file btGjkConvexCast.h.
const btConvexShape* btGjkConvexCast::m_convexB [private] |
Definition at line 34 of file btGjkConvexCast.h.
Definition at line 32 of file btGjkConvexCast.h.