summaryrefslogtreecommitdiffstats
path: root/core/math/rect2.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-32/+63
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-16/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'Michael Alexsander2020-03-041-22/+20
* Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-0/+5
* Fix bug where Control at origin with 0 size not renderednathanwfranke2020-02-071-0/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+1
* Make Rect2.encloses return true on same sizeAlexander Holland2019-10-021-2/+2
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-1/+1
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-1/+1
* | Add missing methods to Rect2ilupoDharkael2019-03-211-8/+31
|/
* 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
* [Core] Move Vector2i and Rect2i out of math_2d.hAaron Franke2018-08-111-0/+135
* [Core] Move Rect2 and Transform2D to their own filesAaron Franke2018-08-101-0/+236