Home
last modified time | relevance | path

Searched refs:btGjkPairDetector (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()
H A DbtGjkConvexCast.cpp75 btGjkPairDetector gjk(m_convexA, m_convexB, m_simplexSolver, 0); //m_penetrationDepthSolver); in calcTimeOfImpact()
76 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()
H A DbtGjkConvexCast.cpp75 btGjkPairDetector gjk(m_convexA, m_convexB, m_simplexSolver, 0); //m_penetrationDepthSolver); in calcTimeOfImpact()
76 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h30 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
57btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa…
58btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha…
59 virtual ~btGjkPairDetector() {}; in ~btGjkPairDetector()
H A DbtGjkPairDetector.cpp45 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSi… in btGjkPairDetector() function in btGjkPairDetector
60 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int … in btGjkPairDetector() function in btGjkPairDetector
76 void btGjkPairDetector::getClosestPoints(const ClosestPointInput& input,Result& output,class btIDeb… in getClosestPoints()
84 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
86 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
H A DbtGjkConvexCast.cpp82 btGjkPairDetector gjk(m_convexA,m_convexB,m_simplexSolver,0);//m_penetrationDepthSolver); in calcTimeOfImpact()
83 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h30 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
57btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa…
58btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha…
59 virtual ~btGjkPairDetector() {}; in ~btGjkPairDetector()
H A DbtGjkPairDetector.cpp41 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSi… in btGjkPairDetector() function in btGjkPairDetector
56 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int … in btGjkPairDetector() function in btGjkPairDetector
72 void btGjkPairDetector::getClosestPoints(const ClosestPointInput& input,Result& output,class btIDeb… in getClosestPoints()
80 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
82 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
H A DbtContinuousConvexCollision.cpp99btGjkPairDetector gjk(m_convexA,m_convexB,m_convexA->getShapeType(),m_convexB->getShapeType(),m_co… in calcTimeOfImpact()
100 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
185 btGjkPairDetector gjk(m_convexA,m_convexB,m_simplexSolver,m_penetrationDepthSolver); in calcTimeOfImpact()
186 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
H A DbtGjkConvexCast.cpp82 btGjkPairDetector gjk(m_convexA,m_convexB,m_simplexSolver,0);//m_penetrationDepthSolver); in calcTimeOfImpact()
83 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()
H A DbtGjkConvexCast.cpp75 btGjkPairDetector gjk(m_convexA, m_convexB, m_simplexSolver, 0); //m_penetrationDepthSolver); in calcTimeOfImpact()
76 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h30 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
57btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa…
58btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha…
59 virtual ~btGjkPairDetector() {}; in ~btGjkPairDetector()
H A DbtGjkPairDetector.cpp46 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSi… in btGjkPairDetector() function in btGjkPairDetector
62 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int … in btGjkPairDetector() function in btGjkPairDetector
79 void btGjkPairDetector::getClosestPoints(const ClosestPointInput& input,Result& output,class btIDeb… in getClosestPoints()
87 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
89 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input, Result& output, … in getClosestPointsNonVirtual()
H A DbtGjkConvexCast.cpp82 btGjkPairDetector gjk(m_convexA,m_convexB,m_simplexSolver,0);//m_penetrationDepthSolver); in calcTimeOfImpact()
83 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()
H A DbtGjkConvexCast.cpp75 btGjkPairDetector gjk(m_convexA, m_convexB, m_simplexSolver, 0); //m_penetrationDepthSolver); in calcTimeOfImpact()
76 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h30 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
57btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa…
58btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha…
59 virtual ~btGjkPairDetector() {}; in ~btGjkPairDetector()
H A DbtGjkPairDetector.cpp40 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSi… in btGjkPairDetector() function in btGjkPairDetector
56 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int … in btGjkPairDetector() function in btGjkPairDetector
73 void btGjkPairDetector::getClosestPoints(const ClosestPointInput& input,Result& output,class btIDeb… in getClosestPoints()
81 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
83 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input, Result& output, … in getClosestPointsNonVirtual()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h30 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
57btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa…
58btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha…
59 virtual ~btGjkPairDetector() {}; in ~btGjkPairDetector()
H A DbtGjkPairDetector.cpp41 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSi… in btGjkPairDetector() function in btGjkPairDetector
56 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int … in btGjkPairDetector() function in btGjkPairDetector
72 void btGjkPairDetector::getClosestPoints(const ClosestPointInput& input,Result& output,class btIDeb… in getClosestPoints()
80 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
82 void btGjkPairDetector::getClosestPointsNonVirtual(const ClosestPointInput& input,Result& output,cl… in getClosestPointsNonVirtual()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()
H A DbtGjkConvexCast.cpp75 btGjkPairDetector gjk(m_convexA, m_convexB, m_simplexSolver, 0); //m_penetrationDepthSolver); in calcTimeOfImpact()
76 btGjkPairDetector::ClosestPointInput input; in calcTimeOfImpact()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.h27 class btGjkPairDetector : public btDiscreteCollisionDetectorInterface
50btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, btSimplexSolverInter…
51btGjkPairDetector(const btConvexShape* objectA, const btConvexShape* objectB, int shapeTypeA, int …
52 virtual ~btGjkPairDetector(){}; in ~btGjkPairDetector()

1234