summaryrefslogtreecommitdiffstats
path: root/core/math/vector2.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-1/+6
* Add explanations for errors related to Vector/Quat normalizationHugo Locurcio2020-01-241-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Expose is_equal_approx and restore == to be exact againAaron Franke2019-10-141-2/+2
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+2
* Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-6/+18
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+1
* [Core] Approximate equalityAaron Franke2019-04-251-4/+4
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+1
* Added direction_to method to vectorsChaosus2019-04-051-0/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* add project method to Vector2/3Thomas Herzog2018-08-161-1/+1
* [Core] Move Vector2i and Rect2i out of math_2d.hAaron Franke2018-08-111-0/+66
* [Core] Move Vector2 to its own fileAaron Franke2018-08-101-0/+250