Merge pull request #94441 from Repiteo/core/math-namespace

Core: Convert `Math` class to namespace
This commit is contained in:
Thaddeus Crews 2025-03-23 19:03:55 -05:00
commit 2eec0fc526
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
10 changed files with 797 additions and 665 deletions

View file

@ -30,6 +30,7 @@
#include "navigation_region_2d.h"
#include "core/math/random_pcg.h"
#include "scene/resources/world_2d.h"
#include "servers/navigation_server_2d.h"

View file

@ -32,6 +32,7 @@
#include "core/io/marshalls.h"
#include "core/math/geometry_2d.h"
#include "core/math/random_pcg.h"
#include "scene/2d/tile_map.h"
#include "scene/gui/control.h"
#include "scene/resources/2d/navigation_mesh_source_geometry_data_2d.h"

View file

@ -30,6 +30,7 @@
#include "navigation_region_3d.h"
#include "core/math/random_pcg.h"
#include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
#include "servers/navigation_server_3d.h"