Home
last modified time | relevance | path

Searched defs:btMultiSphereShape (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtMultiSphereShape.java18 public class btMultiSphereShape extends btConvexInternalAabbCachingShape { class
21 protected btMultiSphereShape(final String className, long cPtr, boolean cMemoryOwn) { in btMultiSphereShape() method in btMultiSphereShape
27 public btMultiSphereShape(long cPtr, boolean cMemoryOwn) { in btMultiSphereShape() method in btMultiSphereShape
61 public btMultiSphereShape(Vector3[] positions, float[] radi, int numSpheres) { in btMultiSphereShape() method in btMultiSphereShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtMultiSphereShape.cpp25 btMultiSphereShape::btMultiSphereShape (const btVector3* positions,const btScalar* radi,int numSphe… in btMultiSphereShape() function in btMultiSphereShape