summaryrefslogtreecommitdiffstats
path: root/tests/core/math/test_vector2i.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
* 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-2/+6
* [Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker2022-11-051-3/+3
* Add more tests for Vector* typesMicky2022-09-251-0/+16
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-0/+1
* Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke2022-01-141-0/+144