summaryrefslogtreecommitdiffstats
path: root/tests/core/math/test_vector2.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Tests] Fix unit tests in template buildsA Thousand Ships2024-06-291-1/+3
* Add unit test for Vector2 plane_projectnazarii2024-04-051-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker2022-11-051-14/+14
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-3/+3
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+26
* Add more tests for Vector* typesMicky2022-09-251-1/+82
* Fix Slerp C# docs and add test cases for vectors in the same directionAaron Franke2022-03-121-0/+3
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-0/+1
* Replace String::num_real code with a wrapper around String::numAaron Franke2022-01-151-0/+19
* Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke2022-01-141-0/+366