Home
last modified time | relevance | path

Searched refs:btFuzzyZero (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtGjkPairDetector.cpp259 if (btFuzzyZero(val)) in ccdSign()
302 if (t < btScalar(0) || btFuzzyZero(t)) in btVec3PointSegmentDist2()
441 if (btFuzzyZero(dot) || dot < btScalar(0)) in btDoSimplex2()
474 if (btFuzzyZero(dist)) in btDoSimplex3()
497 if (btFuzzyZero(dot) || dot > btScalar(0)) in btDoSimplex3()
588 if (btFuzzyZero(dist)) in btDoSimplex4()
596 if (btFuzzyZero(dist)) in btDoSimplex4()
599 if (btFuzzyZero(dist)) in btDoSimplex4()
602 if (btFuzzyZero(dist)) in btDoSimplex4()
605 if (btFuzzyZero(dist)) in btDoSimplex4()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dmoveable.cpp92 if(btFuzzyZero(r_all.getX()) && btFuzzyZero(r_all.getY()-0.70710677f) && in updateGraphics()
93 btFuzzyZero(r_all.getZ()) && btFuzzyZero(r_all.getW()-0.70710677f) ) in updateGraphics()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtPolarDecomposition.cpp58 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtPolarDecomposition.cpp59 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtPolarDecomposition.cpp55 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm)) in decompose()
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp623 if (btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
630 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
702 if ((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
713 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
736 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
763 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp623 if (btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
630 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
702 if ((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
713 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
736 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
763 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp623 if (btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
630 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
702 if ((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
713 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
736 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
763 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp623 if (btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
630 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
702 if ((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
713 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
736 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
763 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp646 if(btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
653 if(!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
722 if((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
733 if((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
756 if((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
783 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp623 if (btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
630 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
702 if ((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
713 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
736 if ((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
763 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp646 if(btFuzzyZero(swingAxisLen2)) in calcAngleInfo2()
653 if(!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
722 if((!btFuzzyZero(y)) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
733 if((!(btFuzzyZero(x))) || (!(btFuzzyZero(z)))) in calcAngleInfo2()
756 if((!(btFuzzyZero(x))) || (!(btFuzzyZero(y)))) in calcAngleInfo2()
783 if (!btFuzzyZero(m_swingCorrection)) in calcAngleInfo2()
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/MLCPSolvers/
H A DbtLemkeSolver.h109 if (btFuzzyZero(v))
124 if (btFuzzyZero(a))
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/MLCPSolvers/
H A DbtLemkeSolver.h109 if (btFuzzyZero(v))
124 if (btFuzzyZero(a))
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/MLCPSolvers/
H A DbtLemkeSolver.h109 if (btFuzzyZero(v))
124 if (btFuzzyZero(a))

1234