Searched defs:btBox2dShape (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtBox2dShape.java18 public class btBox2dShape extends btPolyhedralConvexShape { class in inherits:btPolyhedralConvexShape
21 protected btBox2dShape(final String className, long cPtr, boolean cMemoryOwn) { method in class:btBox2dShape
26 /** Construct a new btBox2dShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btBox2dShape(long cPtr, boolean cMemoryOwn) { method in class:btBox2dShape
28 this("btBox2dShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btBox2dShape obj) {
69 public btBox2dShape(Vector3 boxHalfExtents) { method in class:btBox2dShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtBox2dShape.h25 ///The btBox2dShape is a box primitive around the origin, its sides axis aligned with length specified by half extents, in local shape coordinates. When used as part of a btCollisionObject or btRigidBody it will be an oriented box in world space.
26 ATTRIBUTE_ALIGNED16(class) btBox2dShape: public btPolyhedralConvexShape
88 ///a btBox2dShape is a flat 2D box in the X-Y plane (Z extents are zero)
89 btBox2dShape( const btVector3& boxHalfExtents) function

Completed in 426 milliseconds