OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSphereShape
(Results
1 - 8
of
8
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h
153
virtual btCollisionShape*
createSphereShape
(btScalar radius);
btCollisionWorldImporter.cpp
377
shape =
createSphereShape
(implicitShapeDimensions.getX());
933
btCollisionShape* btCollisionWorldImporter::
createSphereShape
(btScalar radius)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h
26
virtual btCollisionShape *
createSphereShape
(btScalar radius);
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
164
virtual btCollisionShape*
createSphereShape
(btScalar radius);
btWorldImporter.cpp
266
shape =
createSphereShape
(implicitShapeDimensions.getX());
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java
139
return btCollisionShape.getCPtr(jself.
createSphereShape
(radius));
btWorldImporter.java
163
public btCollisionShape
createSphereShape
(float radius) {
Completed in 2035 milliseconds