summaryrefslogtreecommitdiff
path: root/core/math/vector3.h
AgeCommit message (Expand)Author
2022-02-04Core: Make all Variant math types structsRémi Verschelde
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-06Allow Vector2/3 slerp values to have any lengthAaron Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-02Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke
2021-12-01Rename Vector parameters to be consistentRaul Santos
2021-11-16Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio
2021-10-21Implement Animation Compressionreduz
2021-09-17Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke
2021-08-15Add constant to vector function parameters that don't actually modify their i...Ricard Rovira Cubeles
2021-06-03Allow clamping vectors and colorsAaron Franke
2021-06-03Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke
2021-05-20Make is_equal_approx have explicit float and double versionsAaron Franke
2021-05-10Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp
2021-02-16Added signed_angle_to for Vector3JestemStefan
2021-01-19Remove useless "else" statements from vector3.hPouleyKetchoupp
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-07Improve argument names for core typesAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-08Change inequality comparison operators to use exact equalityAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-02-11GIProbes working.Juan Linietsky
2020-01-24Add explanations for errors related to Vector/Quat normalizationHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-14Expose is_equal_approx and restore == to be exact againAaron Franke
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-10-07Remove circular dependency between Vector3 and Basis.Marcel Admiraal
2019-08-27[Mono] Various Color improvementsAaron Franke
2019-08-17Add Vector2/3 sign and posmod functions, misc additionsAaron Franke
2019-07-05when doing Vector3 slerp it is not necessary to have it normalized.Toshiwo
2019-06-07Fix Vector3 slerp method normalizing cross productToshiwo
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-04-25[Core] Approximate equalityAaron Franke
2019-04-05Added direction_to method to vectorsChaosus
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-09[Core] Rename Matrix3 file to BasisAaron Franke
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-22[Mono] Vector2/3 Project methodsAaron Franke
2018-08-16add project method to Vector2/3Thomas Herzog
2018-05-12Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup
2018-05-04Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde