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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 159 virtual btCollisionShape* createCylinderShapeY(btScalar radius,btScalar height);
btCollisionWorldImporter.cpp 394 shape = createCylinderShapeY(halfExtents.getX(),halfExtents.getY());
969 btCollisionShape* btCollisionWorldImporter::createCylinderShapeY(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h 31 virtual btCollisionShape *createCylinderShapeY(btScalar radius, btScalar height);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 170 virtual btCollisionShape* createCylinderShapeY(btScalar radius,btScalar height);
btWorldImporter.cpp 283 shape = createCylinderShapeY(halfExtents.getX(),halfExtents.getY());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 154 return btCollisionShape.getCPtr(jself.createCylinderShapeY(radius, height));
btWorldImporter.java 188 public btCollisionShape createCylinderShapeY(float radius, float height) {

Completed in 40 milliseconds