Home
last modified time | relevance | path

Searched defs:numSpheres (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtMultiSphereShape.cpp25 …ltiSphereShape::btMultiSphereShape (const btVector3* positions,const btScalar* radi,int numSpheres) in btMultiSphereShape()
70 int numSpheres = m_localPositionArray.size(); in localGetSupportingVertexWithoutMargin() local
108 int numSpheres = m_localPositionArray.size(); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtMultiSphereShape.java61 public btMultiSphereShape(Vector3[] positions, float[] radi, int numSpheres) { in btMultiSphereShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp448 int numSpheres = mss->m_localPositionArraySize; in convertCollisionShape() local
1077 …rldImporter::createMultiSphereShape(const btVector3* positions,const btScalar* radi,int numSpheres) in createMultiSphereShape()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp337 int numSpheres = mss->m_localPositionArraySize; in convertCollisionShape() local
1829 …rldImporter::createMultiSphereShape(const btVector3* positions,const btScalar* radi,int numSpheres) in createMultiSphereShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtWorldImporter.java253 …phereShape createMultiSphereShape(btVector3 positions, java.nio.FloatBuffer radi, int numSpheres) { in createMultiSphereShape()