Age | Commit message (Expand) | Author |
---|---|---|
2023-02-11 | Added component-wise `min` and `max` functions for vectors | Andrés Botero |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-11-05 | [Tests] Replace Math::is_equal_approx with == and doctest::Approx | Hendrik Brucker |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-08 | Add `is_finite` method for checking built-in types | Haoyu Qiu |
2022-10-03 | Merge pull request #66133 from aaronfranke/set-all | Rémi Verschelde |
2022-09-25 | Add more tests for Vector* types | Micky |
2022-09-19 | Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i | Aaron Franke |
2022-03-12 | Fix Slerp C# docs and add test cases for vectors in the same direction | Aaron Franke |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-01-15 | Replace String::num_real code with a wrapper around String::num | Aaron Franke |
2022-01-14 | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke |