OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createMultiSphereShape
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java
253
public btMultiSphereShape
createMultiSphereShape
(btVector3 positions, java.nio.FloatBuffer radi, int numSpheres) {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
460
shape =
createMultiSphereShape
(&tmpPos[0],&radii[0],numSpheres);
1077
btMultiSphereShape* btCollisionWorldImporter::
createMultiSphereShape
(const btVector3* positions,const btScalar* radi,int numSpheres)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
349
shape =
createMultiSphereShape
(&tmpPos[0],&radii[0],numSpheres);
[
all
...]
Completed in 34 milliseconds