OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createCylinderShapeX
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java
183
public btCollisionShape
createCylinderShapeX
(float radius, float height) {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
389
shape =
createCylinderShapeX
(halfExtents.getY(),halfExtents.getX());
962
btCollisionShape* btCollisionWorldImporter::
createCylinderShapeX
(btScalar radius,btScalar height)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
278
shape =
createCylinderShapeX
(halfExtents.getY(),halfExtents.getX());
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 41 milliseconds