summaryrefslogtreecommitdiffstats
path: root/tests/core/math/test_vector3i.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Marcowski2023-10-121-0/+6
* Added component-wise `min` and `max` functions for vectorsAndrés Botero2023-02-111-0/+7
* 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
* [Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker2022-11-051-2/+2
* Merge pull request #66133 from aaronfranke/set-allRémi Verschelde2022-10-031-6/+2
|\
| * Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4iAaron Franke2022-09-191-6/+2
* | Add more tests for Vector* typesMicky2022-09-251-0/+8
|/
* Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke2022-01-141-0/+145