OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createCapsuleShapeZ
(Results
1 - 8
of
8
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h
156
virtual btCollisionShape*
createCapsuleShapeZ
(btScalar radius, btScalar height);
btCollisionWorldImporter.cpp
335
shape =
createCapsuleShapeZ
(1,1);
955
btCollisionShape* btCollisionWorldImporter::
createCapsuleShapeZ
(btScalar radius, btScalar height)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h
29
virtual btCollisionShape *
createCapsuleShapeZ
(btScalar radius, btScalar height);
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
167
virtual btCollisionShape*
createCapsuleShapeZ
(btScalar radius, btScalar height);
btWorldImporter.cpp
224
shape =
createCapsuleShapeZ
(1,1);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java
148
return btCollisionShape.getCPtr(jself.
createCapsuleShapeZ
(radius, height));
btWorldImporter.java
178
public btCollisionShape
createCapsuleShapeZ
(float radius, float height) {
Completed in 102 milliseconds