summaryrefslogtreecommitdiffstats
path: root/core/math/vector3i.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-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-19/+19
* Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Marcowski2023-10-121-0/+11
* Added component-wise `min` and `max` functions for vectorsAndrés Botero2023-02-111-0/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-0/+1
* Merge pull request #66133 from aaronfranke/set-allRémi Verschelde2022-10-031-3/+0
|\
| * Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke2022-09-191-3/+0
* | Define AXIS_COUNT in all vector typesAaron Franke2022-09-191-0/+2
|/
* Minor fixes to Vector4Aaron Franke2022-09-041-1/+1
* Protection for array operator for Vector2 / 3 in DEV buildslawnjelly2022-03-071-0/+3
* Core: Use forward declares for Vector3/Vector3iRémi Verschelde2022-02-191-2/+4
* Fix integer vector mul/div operators and bindings.reduz2022-02-061-4/+6
* Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-1/+1
* Add length and length_squared to Vector2i/3iAaron Franke2022-01-061-0/+12
* 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-2/+2
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles2021-08-151-19/+31
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored Variant Operators.reduz2020-11-061-0/+26
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+12
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-26/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+2
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-2/+2
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-0/+30
* Several fixes to GIProbesJuan Linietsky2020-02-111-1/+1
* GIProbes working.Juan Linietsky2020-02-111-0/+242