summaryrefslogtreecommitdiffstats
path: root/core/math/vector2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * Always add decimal when printing floatkobewi2024-10-231-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+12
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-5/+5
* Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-2/+2
|\
| * Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-2/+2
* | Display values in vector/quaternion math function errorsHugo Locurcio2024-01-281-2/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+4
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+4
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-7/+0
* Float literals - fix main primitives to use real_t castinglawnjelly2022-02-241-1/+1
* Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-121-16/+4
* Float literals - fix main primitives to use .flawnjelly2022-02-101-5/+5
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-87/+5
* Add length and length_squared to Vector2i/3iAaron Franke2022-01-061-0/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* Fix Vector2.angle_to_point() being reversedTomasz Chabora2021-11-091-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+5
* Use builtin Vector2 functions for calculation of angles.Anilforextra2021-09-071-1/+1
* Add Vector2.from_angle() methodkobewi2021-08-311-0/+4
* Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles2021-08-151-2/+2
* Reformat structure string operatorsAaron Franke2021-06-111-0/+8
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+12
* Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-2/+2
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
* Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)Aaron Franke2021-01-251-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-3/+3
* 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