public class btConvexCast extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btConvexCast.CastResult |
className| Constructor and Description |
|---|
btConvexCast(long cPtr,
boolean cMemoryOwn)
Construct a new btConvexCast, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
calcTimeOfImpact(Matrix4 fromA,
Matrix4 toA,
Matrix4 fromB,
Matrix4 toB,
btConvexCast.CastResult result) |
static long |
getCPtr(btConvexCast obj) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btConvexCast(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btConvexCast obj)
public boolean calcTimeOfImpact(Matrix4 fromA, Matrix4 toA, Matrix4 fromB, Matrix4 toB, btConvexCast.CastResult result)
Copyright © 2021. All rights reserved.