summaryrefslogtreecommitdiffstats
path: root/core/math/vector3i.h
Commit message (Expand)AuthorAgeFilesLines
* 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