summaryrefslogtreecommitdiff
path: root/core/math/vector3i.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-19Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer
2022-10-03Merge pull request #66133 from aaronfranke/set-allRémi Verschelde
2022-09-19Define AXIS_COUNT in all vector typesAaron Franke
2022-09-19Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke
2022-09-04Minor fixes to Vector4Aaron Franke
2022-03-07Protection for array operator for Vector2 / 3 in DEV buildslawnjelly
2022-02-19Core: Use forward declares for Vector3/Vector3iRémi Verschelde
2022-02-06Fix integer vector mul/div operators and bindings.reduz
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-06Add length and length_squared to Vector2i/3iAaron 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-11-16Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio
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-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Refactored Variant Operators.reduz
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-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Several fixes to GIProbesJuan Linietsky
2020-02-11GIProbes working.Juan Linietsky