godot/core/math
Thaddeus Crews 8f16f864a6
Merge pull request #99765 from dalexeev/core-fix-json-from-to-native
Core: Fix `JSON.{from,to}_native()` issues
2024-12-10 14:15:53 -06:00
..
a_star_grid_2d.compat.inc
a_star_grid_2d.cpp fix astar partial path destination can be solid/disabled 2024-09-12 20:09:41 -07:00
a_star_grid_2d.h fix astar partial path destination can be solid/disabled 2024-09-12 20:09:41 -07:00
a_star.compat.inc
a_star.cpp Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
a_star.h Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
aabb.cpp
aabb.h Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
audio_frame.h
basis.cpp
basis.h Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
bvh_abb.h
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc Style: Add 19.1.0 LLVM options to .clang-format 2024-11-22 09:24:32 -06:00
bvh_misc.inc Style: Add 19.1.0 LLVM options to .clang-format 2024-11-22 09:24:32 -06:00
bvh_pair.inc
bvh_public.inc
bvh_refit.inc
bvh_split.inc
bvh_structs.inc Style: Add 19.1.0 LLVM options to .clang-format 2024-11-22 09:24:32 -06:00
bvh_tree.h
bvh.h
color_names.inc
color.cpp
color.h Optimize .hdr loading and RGB9E5 conversion 2024-08-09 22:39:30 +02:00
convex_hull.cpp [Codestyle] Merge identical code piece. 2024-12-11 00:48:00 +08:00
convex_hull.h
delaunay_2d.h
delaunay_3d.h
disjoint_set.h
dynamic_bvh.cpp
dynamic_bvh.h
expression.cpp Core: Fix JSON.{from,to}_native() issues 2024-11-29 12:43:06 +03:00
expression.h
face3.cpp
face3.h
geometry_2d.cpp Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
geometry_2d.h Expose Geometry2D.bresenham_line() method 2024-10-25 10:27:55 +03:00
geometry_3d.cpp
geometry_3d.h
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Add modf function and fix snap behavior 2024-08-30 17:49:57 +03:00
plane.cpp
plane.h Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
projection.cpp Fix stringification of Projection 2024-11-25 21:10:32 +01:00
projection.h
quaternion.cpp
quaternion.h
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp Fix RandomPCG::rand_weighted incorrectly returning -1 2024-07-04 02:00:59 +02:00
random_pcg.h
rect2.cpp Always add decimal when printing float 2024-10-23 15:00:21 +02:00
rect2.h Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
rect2i.cpp
rect2i.h
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
static_raycaster.cpp
static_raycaster.h
transform_2d.cpp
transform_2d.h Style: Add WARNING: as new comment admonition 2024-09-25 09:44:42 -05:00
transform_3d.cpp
transform_3d.h
transform_interpolator.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
transform_interpolator.h Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp
triangulate.h
vector2.cpp Always add decimal when printing float 2024-10-23 15:00:21 +02:00
vector2.h
vector2i.cpp
vector2i.h
vector3.cpp Always add decimal when printing float 2024-10-23 15:00:21 +02:00
vector3.h
vector3i.cpp
vector3i.h
vector4.cpp Fix stringification of Vector4 2024-11-22 21:44:30 +01:00
vector4.h Rename Vector4.components -> coord 2024-09-26 14:02:00 +02:00
vector4i.cpp
vector4i.h