summaryrefslogtreecommitdiffstats
path: root/core/math/convex_hull.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* Update lingering `do/while(0)` definesThaddeus Crews2024-04-041-4/+6
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-8/+8
* Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
* Merge pull request #76787 from RedworkDE/avoid-localvector-copyRémi Verschelde2023-06-201-2/+2
|\
| * Avoid making unnecessary copies of `LocalVector`RedworkDE2023-05-061-2/+2
* | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-10/+10
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix edge map capacity in convex hull computerRicardo Buring2022-12-211-2/+1
* Optimize Convex CollisionJuan Linietsky2022-10-131-5/+49
* 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