summaryrefslogtreecommitdiffstats
path: root/core/math/vector4i.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-0/+8
* Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke2022-09-191-10/+0
* Minor fixes to Vector4Aaron Franke2022-09-041-4/+6
* Fix `Vector4::min_axis_index` for equal componentsRaul Santos2022-08-011-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+91