|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bulletphysics.collision.narrowphase.ConvexCast
public abstract class ConvexCast
ConvexCast is an interface for casting.
Nested Class Summary | |
---|---|
static class |
ConvexCast.CastResult
RayResult stores the closest result. |
Constructor Summary | |
---|---|
ConvexCast()
|
Method Summary | |
---|---|
abstract boolean |
calcTimeOfImpact(Transform fromA,
Transform toA,
Transform fromB,
Transform toB,
ConvexCast.CastResult result)
Cast a convex against another convex object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvexCast()
Method Detail |
---|
public abstract boolean calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |