summaryrefslogtreecommitdiffstats
path: root/core/math/delaunay.h
Commit message (Expand)AuthorAgeFilesLines
* thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-111-173/+0
* New lightmapperJuan Linietsky2020-05-101-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-141-2/+2
* Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn2019-08-191-2/+2
* Use approximate equallity methods in many placesAaron Franke2019-04-251-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-211-0/+145