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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 151 virtual btCollisionShape* createPlaneShape(const btVector3& planeNormal,btScalar planeConstant);
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/swig-src/extras/
extras_wrap.h 24 virtual btCollisionShape *createPlaneShape(btVector3 const &planeNormal, btScalar planeConstant);
extras_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 162 virtual btCollisionShape* createPlaneShape(const btVector3& planeNormal,btScalar planeConstant);
btWorldImporter.cpp 161 shape = createPlaneShape(planeNormal,planeData->m_planeConstant);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 133 return btCollisionShape.getCPtr(jself.createPlaneShape(planeNormal, planeConstant));
btWorldImporter.java 153 public btCollisionShape createPlaneShape(Vector3 planeNormal, float planeConstant) {

Completed in 630 milliseconds