summaryrefslogtreecommitdiffstats
path: root/core/math/vector2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve argument names for core typesAaron Franke2020-12-071-4/+4
* Refactored Variant Operators.reduz2020-11-061-0/+13
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-6/+7
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* Improve the Vector2 rotated codeAaron Franke2020-04-211-5/+5
* Add explanations for errors related to Vector/Quat normalizationHugo Locurcio2020-01-241-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+4
* Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-0/+13
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+7
* Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* [Mono] Vector2/3 Project methodsAaron Franke2018-08-221-1/+1
* add project method to Vector2/3Thomas Herzog2018-08-161-5/+2
* [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/+187