summaryrefslogtreecommitdiff
path: root/core/math/convex_hull.cpp
AgeCommit message (Expand)Author
2022-10-13Optimize Convex CollisionJuan Linietsky
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-02Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-08-25Fix emitting duplicate edges for convex hullsMorris Tabor
2021-08-20Fix winding of new convex hull implementation.Morris Tabor
2021-05-22Replace QuickHull with Bullet's convex hull computer.Morris Tabor