Uses of Class
com.bulletphysics.collision.narrowphase.ConvexCast.CastResult

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

Uses of ConvexCast.CastResult in com.bulletphysics.collision.narrowphase
 

Methods in com.bulletphysics.collision.narrowphase with parameters of type ConvexCast.CastResult
 boolean ConvexCast.calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)
          Cast a convex against another convex object.
 boolean GjkConvexCast.calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)
           
 boolean SubsimplexConvexCast.calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)