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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btSphereShape.h 21 ///The btSphereShape implements an implicit sphere, centered around a local origin with radius.
22 ATTRIBUTE_ALIGNED16(class) btSphereShape : public btConvexInternalShape
29 btSphereShape (btScalar radius) : btConvexInternalShape ()
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btSphereShape.java 18 public class btSphereShape extends btConvexInternalShape {
21 protected btSphereShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btSphereShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btSphereShape(long cPtr, boolean cMemoryOwn) {
28 this("btSphereShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btSphereShape obj) {
61 public btSphereShape(float radius) {

Completed in 74 milliseconds