Uses of Interface
com.bulletphysics.collision.narrowphase.ConvexCast

Packages that use ConvexCast
com.bulletphysics.collision.narrowphase Narrow-phase collision. 
 

Uses of ConvexCast in com.bulletphysics.collision.narrowphase
 

Classes in com.bulletphysics.collision.narrowphase that implement ConvexCast
 class GjkConvexCast
          GjkConvexCast performs a raycast on a convex object using support mapping.
 class SubsimplexConvexCast
          SubsimplexConvexCast implements Gino van den Bergens' paper "Ray Casting against bteral Convex Objects with Application to Continuous Collision Detection" GJK based Ray Cast, optimized version Objects should not start in overlap, otherwise results are not defined.