|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bulletphysics.collision.narrowphase.ConvexCast com.bulletphysics.collision.narrowphase.GjkConvexCast
public class GjkConvexCast
GjkConvexCast performs a raycast on a convex object using support mapping.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.bulletphysics.collision.narrowphase.ConvexCast |
---|
ConvexCast.CastResult |
Constructor Summary | |
---|---|
GjkConvexCast(ConvexShape convexA,
ConvexShape convexB,
SimplexSolverInterface simplexSolver)
|
Method Summary | |
---|---|
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 GjkConvexCast(ConvexShape convexA, ConvexShape convexB, SimplexSolverInterface simplexSolver)
Method Detail |
---|
public boolean calcTimeOfImpact(Transform fromA, Transform toA, Transform fromB, Transform toB, ConvexCast.CastResult result)
ConvexCast
calcTimeOfImpact
in class ConvexCast
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |