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.
 
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.