summaryrefslogtreecommitdiffstats
path: root/core/math/convex_hull.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Fix more issues found by cppcheck.bruvzg2022-04-201-3/+3
* Vectors: Use clear() and has().Anilforextra2022-02-021-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-021-7/+7
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-6/+3
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-6/+3
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Fix emitting duplicate edges for convex hullsMorris Tabor2021-08-251-3/+14
* Fix winding of new convex hull implementation.Morris Tabor2021-08-201-1/+10
* Replace QuickHull with Bullet's convex hull computer.Morris Tabor2021-05-221-0/+2290