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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtBoxShape.cpp15 #include "btBoxShape.h"
17 btBoxShape::btBoxShape( const btVector3& boxHalfExtents) function in class:btBoxShape
31 void btBoxShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const
37 void btBoxShape::calculateLocalInertia(btScalar mass,btVector3& inertia) const
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtBoxShape.java18 public class btBoxShape extends btPolyhedralConvexShape { class in inherits:btPolyhedralConvexShape
21 protected btBoxShape(final String className, long cPtr, boolean cMemoryOwn) { method in class:btBoxShape
26 /** Construct a new btBoxShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btBoxShape(long cPtr, boolean cMemoryOwn) { method in class:btBoxShape
28 this("btBoxShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btBoxShape obj) {
69 public btBoxShape(Vector3 boxHalfExtents) { method in class:btBoxShape

Completed in 81 milliseconds