HomeSort by relevance Sort by last modified time
    Searched refs:createCylinderShapeZ (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 160 virtual btCollisionShape* createCylinderShapeZ(btScalar radius,btScalar height);
btCollisionWorldImporter.cpp 399 shape = createCylinderShapeZ(halfExtents.getX(),halfExtents.getZ());
976 btCollisionShape* btCollisionWorldImporter::createCylinderShapeZ(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h 32 virtual btCollisionShape *createCylinderShapeZ(btScalar radius, btScalar height);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 171 virtual btCollisionShape* createCylinderShapeZ(btScalar radius,btScalar height);
btWorldImporter.cpp 288 shape = createCylinderShapeZ(halfExtents.getX(),halfExtents.getZ());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 157 return btCollisionShape.getCPtr(jself.createCylinderShapeZ(radius, height));
btWorldImporter.java 193 public btCollisionShape createCylinderShapeZ(float radius, float height) {

Completed in 58 milliseconds