HomeSort by relevance Sort by last modified time
    Searched defs:btAABB (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btBoxCollision.h 229 ATTRIBUTE_ALIGNED16 (class) btAABB
235 btAABB()
239 btAABB(const btVector3 & V1,
252 btAABB(const btVector3 & V1,
273 btAABB(const btAABB &other):
278 btAABB(const btAABB &other,btScalar margin ):
309 SIMD_FORCE_INLINE void copy_with_margin(const btAABB &other, btScalar margin)
391 SIMD_FORCE_INLINE void merge(const btAABB & box
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btAABB.java 18 public class btAABB extends BulletBase {
21 protected btAABB(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btAABB, normally you should not need this constructor it's intended for low-level usage. */
27 public btAABB(long cPtr, boolean cMemoryOwn) {
28 this("btAABB", cPtr, cMemoryOwn);
39 public static long getCPtr(btAABB obj) {
79 public btAABB() {
83 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3) {
87 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3, float margin) {
91 public btAABB(btAABB other)
    [all...]

Completed in 213 milliseconds