HomeSort by relevance Sort by last modified time
    Searched defs:createConeShapeX (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java 198 public btCollisionShape createConeShapeX(float radius, float height) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 421 shape = createConeShapeX(halfExtents.getY(),halfExtents.getX());
983 btCollisionShape* btCollisionWorldImporter::createConeShapeX(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 310 shape = createConeShapeX(halfExtents.getY(),halfExtents.getX());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp     [all...]

Completed in 493 milliseconds