| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Method and Description |
|---|---|
boolean |
btSubsimplexConvexCast.calcTimeOfImpact(btTransform fromA,
btTransform toA,
btTransform fromB,
btTransform toB,
btConvexCast.CastResult result)
SimsimplexConvexCast calculateTimeOfImpact calculates the time of impact+normal for the linear cast (sweep) between two moving objects.
|
boolean |
btGjkConvexCast.calcTimeOfImpact(btTransform fromA,
btTransform toA,
btTransform fromB,
btTransform toB,
btConvexCast.CastResult result)
cast a convex against another convex object
|
boolean |
btConvexCast.calcTimeOfImpact(btTransform fromA,
btTransform toA,
btTransform fromB,
btTransform toB,
btConvexCast.CastResult result)
cast a convex against another convex object
|
boolean |
btContinuousConvexCollision.calcTimeOfImpact(btTransform fromA,
btTransform toA,
btTransform fromB,
btTransform toB,
btConvexCast.CastResult result) |
Copyright © 2024. All rights reserved.