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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 162 virtual btCollisionShape* createConeShapeY(btScalar radius,btScalar height);
btCollisionWorldImporter.cpp 426 shape = createConeShapeY(halfExtents.getX(),halfExtents.getY());
990 btCollisionShape* btCollisionWorldImporter::createConeShapeY(btScalar radius,btScalar height)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h 34 virtual btCollisionShape *createConeShapeY(btScalar radius, btScalar height);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 173 virtual btCollisionShape* createConeShapeY(btScalar radius,btScalar height);
btWorldImporter.cpp 315 shape = createConeShapeY(halfExtents.getX(),halfExtents.getY());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 163 return btCollisionShape.getCPtr(jself.createConeShapeY(radius, height));
btWorldImporter.java 203 public btCollisionShape createConeShapeY(float radius, float height) {

Completed in 764 milliseconds