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

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

Completed in 882 milliseconds