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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 158 virtual btCollisionShape* createCylinderShapeX(btScalar radius,btScalar height);
btCollisionWorldImporter.cpp 389 shape = createCylinderShapeX(halfExtents.getY(),halfExtents.getX());
962 btCollisionShape* btCollisionWorldImporter::createCylinderShapeX(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h 30 virtual btCollisionShape *createCylinderShapeX(btScalar radius, btScalar height);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 169 virtual btCollisionShape* createCylinderShapeX(btScalar radius,btScalar height);
btWorldImporter.cpp 278 shape = createCylinderShapeX(halfExtents.getY(),halfExtents.getX());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 151 return btCollisionShape.getCPtr(jself.createCylinderShapeX(radius, height));
btWorldImporter.java 183 public btCollisionShape createCylinderShapeX(float radius, float height) {

Completed in 43 milliseconds