summaryrefslogtreecommitdiff
path: root/core/math/vector3i.h
AgeCommit message (Expand)Author
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