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