Home
last modified time | relevance | path

Searched defs:planeConstant (Results 1 – 9 of 9) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtConvexPlaneCollisionAlgorithm.cpp64 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
108 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
DbtCollisionWorldImporter.cpp921 …pe* btCollisionWorldImporter::createPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in createPlaneShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtStaticPlaneShape.java61 public btStaticPlaneShape(Vector3 planeNormal, float planeConstant) { in btStaticPlaneShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtContinuousConvexCollision.cpp66 const btScalar& planeConstant = planeShape->getPlaneConstant(); in computeClosestPoints() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtWorldImporter.java153 public btCollisionShape createPlaneShape(Vector3 planeNormal, float planeConstant) { in createPlaneShape()
DExtrasJNI.java132 …dImporter_createPlaneShape(btBulletWorldImporter jself, Vector3 planeNormal, float planeConstant) { in SwigDirector_btBulletWorldImporter_createPlaneShape()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp1672 …lisionShape* btWorldImporter::createPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in createPlaneShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.cpp1752 …tor_btBulletWorldImporter::createPlaneShape(btVector3 const &planeNormal, btScalar planeConstant) { in createPlaneShape()