com.bulletphysics.collision.narrowphase
Interface ConvexCast

All Known Implementing Classes:
GjkConvexCast, SubsimplexConvexCast

public interface ConvexCast

ConvexCast is an interface for Casting.


Nested Class Summary
static class ConvexCast.CastResult
          RayResult stores the closest result alternatively, add a callback method to decide about closest/all results
 
Method Summary
 boolean calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)
          Cast a convex against another convex object.
 

Method Detail

calcTimeOfImpact

boolean calcTimeOfImpact(Transform fromA,
                         Transform toA,
                         Transform fromB,
                         Transform toB,
                         ConvexCast.CastResult result)
Cast a convex against another convex object.