Home
last modified time | relevance | path

Searched refs:planeConstant (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
107 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
115 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp64 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
77 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
108 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
116 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp64 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
77 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
108 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
116 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
106 const btScalar& planeConstant = planeShape->getPlaneConstant(); in processCollision() local
114 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in processCollision()
/dports/devel/bullet/bullet3-3.21/examples/Collision/Internal/
H A DRealTimeBullet3CollisionSdk.cpp139 plReal planeConstant) in createPlaneShape() argument
149 …eePlaneFaceIndex].m_plane = b3MakeVector4(planeNormalX, planeNormalY, planeNormalZ, planeConstant); in createPlaneShape()
318 void ComputeClosestPointsPlaneSphere(const b3Vector3& planeNormalWorld, b3Scalar planeConstant, con… in ComputeClosestPointsPlaneSphere() argument
323 b3Scalar t = -(spherePosWorld.dot(-planeNormalWorld) + planeConstant); in ComputeClosestPointsPlaneSphere()
392 b3Scalar planeConstant = planeNormal[3]; in detectCollisionSpherePlane() local
395 …ComputeClosestPointsPlaneSphere(planeNormal, planeConstant, spherePosAWorld, world->m_childShapes[… in detectCollisionSpherePlane()
/dports/devel/py-bullet3/bullet3-3.21/examples/Collision/Internal/
H A DRealTimeBullet3CollisionSdk.cpp139 plReal planeConstant) in createPlaneShape() argument
149 …eePlaneFaceIndex].m_plane = b3MakeVector4(planeNormalX, planeNormalY, planeNormalZ, planeConstant); in createPlaneShape()
318 void ComputeClosestPointsPlaneSphere(const b3Vector3& planeNormalWorld, b3Scalar planeConstant, con… in ComputeClosestPointsPlaneSphere() argument
323 b3Scalar t = -(spherePosWorld.dot(-planeNormalWorld) + planeConstant); in ComputeClosestPointsPlaneSphere()
392 b3Scalar planeConstant = planeNormal[3]; in detectCollisionSpherePlane() local
395 …ComputeClosestPointsPlaneSphere(planeNormal, planeConstant, spherePosAWorld, world->m_childShapes[… in detectCollisionSpherePlane()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape() argument
23 m_planeConstant(planeConstant), in btStaticPlaneShape()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape() argument
23 m_planeConstant(planeConstant), in btStaticPlaneShape()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape() argument
23 m_planeConstant(planeConstant), in btStaticPlaneShape()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp20 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal, btScalar planeConstant) in btStaticPlaneShape() argument
21 …: btConcaveShape(), m_planeNormal(planeNormal.normalized()), m_planeConstant(planeConstant), m_loc… in btStaticPlaneShape()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape() argument
23 m_planeConstant(planeConstant), in btStaticPlaneShape()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtStaticPlaneShape.cpp21 btStaticPlaneShape::btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant) in btStaticPlaneShape() argument
23 m_planeConstant(planeConstant), in btStaticPlaneShape()
/dports/devel/bullet/bullet3-3.21/examples/Collision/
H A DCollisionSdkC_Api.cpp57 plReal planeConstant) in plCreatePlaneShape() argument
60 return sdk->createPlaneShape(worldHandle, planeNormalX, planeNormalY, planeNormalZ, planeConstant); in plCreatePlaneShape()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvexPlaneCollisionAlgorithm.cpp63 const btScalar& planeConstant = planeShape->getPlaneConstant(); in collideSingleContact() local
76 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant); in collideSingleContact()

12345