summaryrefslogtreecommitdiff
path: root/tests/core/math/test_vector3.h
AgeCommit message (Expand)Author
2023-02-11Added component-wise `min` and `max` functions for vectorsAndrés Botero
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-05[Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-03Merge pull request #66133 from aaronfranke/set-allRémi Verschelde
2022-09-25Add more tests for Vector* typesMicky
2022-09-19Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke
2022-03-12Fix Slerp C# docs and add test cases for vectors in the same directionAaron Franke
2022-02-10Fix typos with codespellRémi Verschelde
2022-01-15Replace String::num_real code with a wrapper around String::numAaron Franke
2022-01-14Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke