Home
last modified time | relevance | path

Searched refs:pointCmp (Results 1 – 16 of 16) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DLine.h69 const int pointCmp = point.compare(other.point, epsilon); variable
70 if (pointCmp < 0)
72 if (pointCmp > 0)
/dports/devel/bullet/bullet3-3.21/examples/VoronoiFracture/
H A DVoronoiFractureDemo.cpp262 struct pointCmp struct
320 sortedVoronoiPoints.heapSort(pointCmp()); in voronoiBBShatter()
475 sortedVoronoiPoints.heapSort(pointCmp()); in voronoiConvexHullShatter()
/dports/devel/py-bullet3/bullet3-3.21/examples/VoronoiFracture/
H A DVoronoiFractureDemo.cpp262 struct pointCmp struct
320 sortedVoronoiPoints.heapSort(pointCmp()); in voronoiBBShatter()
475 sortedVoronoiPoints.heapSort(pointCmp()); in voronoiConvexHullShatter()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtConvexHullComputer.cpp1935 static bool pointCmp(const btConvexHullInternal::Point32& p, const btConvexHullInternal::Point32& q) in pointCmp() function
2029 points.quickSort(pointCmp); in compute()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DbtConvexHullComputer.cpp1766 static bool pointCmp(const btConvexHullInternal::Point32& p, const btConvexHullInternal::Point32& q) in pointCmp() function
1847 points.quickSort(pointCmp); in compute()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtConvexHullComputer.cpp1934 class pointCmp class
2033 points.quickSort(pointCmp()); in compute()
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtConvexHullComputer.cpp1934 class pointCmp class
2033 points.quickSort(pointCmp()); in compute()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtConvexHullComputer.cpp1935 static bool pointCmp(const btConvexHullInternal::Point32& p, const btConvexHullInternal::Point32& q) in pointCmp() function
2025 points.quickSort(pointCmp); in compute()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DbtConvexHullComputer.cpp1766 static bool pointCmp(const btConvexHullInternal::Point32& p, const btConvexHullInternal::Point32& q) in pointCmp() function
1847 points.quickSort(pointCmp); in compute()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtConvexHullComputer.cpp1947 class pointCmp class
2045 points.quickSort(pointCmp()); in compute()
/dports/biology/stringtie/stringtie-2.1.1/
H A Drlink.cpp681 int pointCmp(const pointer p1, const pointer p2) { in pointCmp() function