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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 163 virtual btCollisionShape* createConeShapeZ(btScalar radius,btScalar height);
btCollisionWorldImporter.cpp 431 shape = createConeShapeZ(halfExtents.getX(),halfExtents.getZ());
997 btCollisionShape* btCollisionWorldImporter::createConeShapeZ(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h 35 virtual btCollisionShape *createConeShapeZ(btScalar radius, btScalar height);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 174 virtual btCollisionShape* createConeShapeZ(btScalar radius,btScalar height);
btWorldImporter.cpp 320 shape = createConeShapeZ(halfExtents.getX(),halfExtents.getZ());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 166 return btCollisionShape.getCPtr(jself.createConeShapeZ(radius, height));
btWorldImporter.java 208 public btCollisionShape createConeShapeZ(float radius, float height) {

Completed in 70 milliseconds