Blender  V3.3
Public Member Functions | List of all members
btGjkConvexCast Class Reference

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

#include <btGjkConvexCast.h>

Inheritance diagram for btGjkConvexCast:
btConvexCast

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 More...
 
- Public Member Functions inherited from btConvexCast
virtual ~btConvexCast ()
 

Detailed Description

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

Definition at line 28 of file btGjkConvexCast.h.

Constructor & Destructor Documentation

◆ btGjkConvexCast()

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

Definition at line 28 of file btGjkConvexCast.cpp.

Member Function Documentation

◆ calcTimeOfImpact()

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: