1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Vector4/Vector4i: Add missing methods, tests and fix change of sign operator

This commit is contained in:
Hendrik Brucker
2022-08-07 12:25:05 +02:00
parent 21f6916ffc
commit 36061c5dca
7 changed files with 609 additions and 27 deletions

View File

@@ -58,6 +58,8 @@
#include "tests/core/math/test_vector2i.h"
#include "tests/core/math/test_vector3.h"
#include "tests/core/math/test_vector3i.h"
#include "tests/core/math/test_vector4.h"
#include "tests/core/math/test_vector4i.h"
#include "tests/core/object/test_class_db.h"
#include "tests/core/object/test_method_bind.h"
#include "tests/core/object/test_object.h"