summaryrefslogtreecommitdiffstats
path: root/core/math/vector2.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_Rémi Verschelde2024-06-251-1/+1
|\
| * Core: Replace `_NO_DISCARD_` macro with attributeThaddeus Crews2024-04-121-1/+1
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+10
|/
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-46/+46
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor interpolating functions in some classes to use Math classSilc Renew2022-11-241-21/+8
* Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+13
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+1
* Remove set_all methods from Vector2/3/4Aaron Franke2022-09-191-4/+0
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+1
* Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+8
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-1/+23
* Protection for array operator for Vector2 / 3 in DEV buildslawnjelly2022-03-071-0/+3
* Float literals - fix main primitives to use .flawnjelly2022-02-101-1/+1
* Fix Vector2 and Vector2i coord access via operator[]Bartłomiej T. Listwon2022-02-091-2/+2
* Fix integer vector mul/div operators and bindings.reduz2022-02-061-16/+19
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-110/+2
* Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-2/+2
* Merge pull request #53618 from aaronfranke/signed-angle-vec3iRémi Verschelde2022-01-071-0/+3
|\
| * Add length and length_squared to Vector2i/3iAaron Franke2022-01-061-0/+3
* | Allow Vector2/3 slerp values to have any lengthAaron Franke2022-01-061-5/+10
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-021-8/+8
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* Add Vector2.from_angle() methodkobewi2021-08-311-0/+1
* Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles2021-08-151-15/+15
* Add min_axis and max_axis to Vector2iGilles Roudière2021-07-211-0/+8
* Reformat structure string operatorsAaron Franke2021-06-111-2/+2
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+2
* Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-2/+1
* Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp2021-05-101-6/+26
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+8
* Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)Aaron Franke2021-01-251-15/+15
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-1/+1
|\
| * Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-1/+1
* | Improve argument names for core typesAaron Franke2020-12-071-13/+13
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored Variant Operators.reduz2020-11-061-2/+4
* Implement GPU Particle Collisionsreduz2020-10-091-0/+8
* Allow commutative multiplication in VariantGeorge Marques2020-09-171-1/+29
* Change inequality comparison operators to use exact equalityAaron Franke2020-09-081-4/+4
* 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-20/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-9/+7
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-13/+2
* Improve the Vector2 rotated codeAaron Franke2020-04-211-6/+0