summaryrefslogtreecommitdiffstats
path: root/core/math/vector3.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/+11
|/
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-37/+37
* 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-3/+3
|/
* 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
* Refactor interpolating functions in some classes to use Math classSilc Renew2022-11-241-21/+13
* 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
* Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke2022-09-191-3/+0
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+1
* Merge pull request #60309 from The-O-King/octRémi Verschelde2022-08-221-0/+2
|\
| * Octahedral Normal/Tangent CompressionOmar El Sheikh2022-08-131-0/+2
* | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+9
|/
* Check if the axis is zero / vectors are colinear in Vector3 slerpAaron Franke2022-08-041-1/+10
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-1/+24
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-2/+2
* Protection for array operator for Vector2 / 3 in DEV buildslawnjelly2022-03-071-0/+2
* Core: Use forward declares for Vector3/Vector3iRémi Verschelde2022-02-191-36/+8
* Float literals - fix main primitives to use .flawnjelly2022-02-101-10/+10
* Fix integer vector mul/div operators and bindings.reduz2022-02-061-0/+3
* Core: Make all Variant math types structsRémi Verschelde2022-02-041-1/+2
* Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-1/+1
* Allow Vector2/3 slerp values to have any lengthAaron Franke2022-01-061-2/+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-4/+4
* Rename Vector parameters to be consistentRaul Santos2021-12-011-9/+9
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* Implement Animation Compressionreduz2021-10-211-1/+26
* Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke2021-09-171-1/+0
* Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles2021-08-151-24/+36
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+1
* Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-0/+1
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
* Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp2021-05-101-2/+13
* Added signed_angle_to for Vector3JestemStefan2021-02-161-0/+8
* Remove useless "else" statements from vector3.hPouleyKetchoupp2021-01-191-16/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Improve argument names for core typesAaron Franke2020-12-071-26/+26
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Change inequality comparison operators to use exact equalityAaron Franke2020-09-081-8/+8
* 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