HomeSort by relevance Sort by last modified time
    Searched defs:createPlaneShape (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 153 public btCollisionShape createPlaneShape(Vector3 planeNormal, float planeConstant) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 272 shape = createPlaneShape(planeNormal,planeData->m_planeConstant);
921 btCollisionShape* btCollisionWorldImporter::createPlaneShape(const btVector3& planeNormal,btScalar planeConstant)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 161 shape = createPlaneShape(planeNormal,planeData->m_planeConstant);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp     [all...]

Completed in 2621 milliseconds