summaryrefslogtreecommitdiffstats
path: root/core/math/rect2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 Rect2 and Transform2D to their own filesAaron Franke2018-08-101-0/+240
Math2D includes Transform2D, which includes Rect2, which includes Vector2.