summaryrefslogtreecommitdiffstats
path: root/tests/core/math/test_vector4.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Added component-wise `min` and `max` functions for vectorsAndrés Botero2023-02-111-0/+8
* 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-5/+5
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+78
* 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
|/
* vector4 distance_squared_to and update csharpantonWetzel2022-08-091-0/+3
* Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker2022-08-071-0/+312