summaryrefslogtreecommitdiffstats
path: root/core/math/rect2.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-1/+1
|\ | | | | Small fixes to static analyzer bugs
| * Small fixes to static analyzer bugsqarmin2019-04-041-1/+1
| |
* | Add missing methods to Rect2ilupoDharkael2019-03-211-8/+31
|/ | | | | | Replace inline with _FORCE_INLINE_ in short methods. Remove unused and redundant method no_area() as we already have has_no_area(). Add grow_individual() grow_margin() and expand() to Rect2i.
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* [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
Math2D includes Transform2D, which includes Rect2, which includes Vector2.