OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createCapsuleShapeY
(Results
1 - 8
of
8
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h
155
virtual btCollisionShape*
createCapsuleShapeY
(btScalar radius, btScalar height);
btCollisionWorldImporter.cpp
330
shape =
createCapsuleShapeY
(1,1);
948
btCollisionShape* btCollisionWorldImporter::
createCapsuleShapeY
(btScalar radius, btScalar height)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h
28
virtual btCollisionShape *
createCapsuleShapeY
(btScalar radius, btScalar height);
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
166
virtual btCollisionShape*
createCapsuleShapeY
(btScalar radius, btScalar height);
btWorldImporter.cpp
219
shape =
createCapsuleShapeY
(1,1);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java
145
return btCollisionShape.getCPtr(jself.
createCapsuleShapeY
(radius, height));
btWorldImporter.java
173
public btCollisionShape
createCapsuleShapeY
(float radius, float height) {
Completed in 421 milliseconds