OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createConeShapeZ
(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
208
public btCollisionShape
createConeShapeZ
(float radius, float height) {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
431
shape =
createConeShapeZ
(halfExtents.getX(),halfExtents.getZ());
997
btCollisionShape* btCollisionWorldImporter::
createConeShapeZ
(btScalar radius,btScalar height)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
320
shape =
createConeShapeZ
(halfExtents.getX(),halfExtents.getZ());
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 2209 milliseconds