godot/core/math
Thaddeus Crews 363c0b5fec
Merge pull request #47502 from KoBeWi/add_0
Always add decimal when converting float to string
2024-10-31 20:14:39 -05: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 fix astar partial path destination can be solid/disabled 2024-09-12 20:09:41 -07:00
a_star.h fix astar partial path destination can be solid/disabled 2024-09-12 20:09:41 -07:00
aabb.cpp Fix AABB Ray intersection - return inside 2024-05-09 20:41:19 +01:00
aabb.h Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
audio_frame.h
basis.cpp Fix incorrect name of Basis global scale getter 2024-04-16 04:26:52 -07:00
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
bvh_misc.inc
bvh_pair.inc
bvh_public.inc
bvh_refit.inc
bvh_split.inc
bvh_structs.inc
bvh_tree.h
bvh.h
color_names.inc Optimize Color::find_named_color() 2024-05-23 15:19:19 +03:00
color.cpp Optimize Color::find_named_color() 2024-05-23 15:19:19 +03:00
color.h Optimize .hdr loading and RGB9E5 conversion 2024-08-09 22:39:30 +02:00
convex_hull.cpp CI: Update clang-format pre-commit hook to 19.1.0 2024-09-26 11:46:12 +02:00
convex_hull.h
delaunay_2d.h
delaunay_3d.h [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
disjoint_set.h
dynamic_bvh.cpp
dynamic_bvh.h
expression.cpp [Core] Improve error messages with vformat 2024-10-30 15:55:51 +01:00
expression.h
face3.cpp
face3.h Core: Replace _NO_DISCARD_ macro with attribute 2024-04-12 16:40:01 -05:00
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 Merge pull request #90063 from aaronfranke/really-floaty 2024-04-04 14:36:57 +02:00
projection.h Core: Replace _NO_DISCARD_ macro with attribute 2024-04-12 16:40:01 -05:00
quaternion.cpp
quaternion.h Core: Replace _NO_DISCARD_ macro with attribute 2024-04-12 16:40:01 -05:00
quick_hull.cpp [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
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 Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
static_raycaster.cpp
static_raycaster.h Fix builtin_embree=no build linking the wrong version of Embree 2024-05-08 00:40:45 +02:00
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 Core: Replace _NO_DISCARD_ macro with attribute 2024-04-12 16:40:01 -05:00
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 [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
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 Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00
vector2i.cpp [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
vector2i.h Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00
vector3.cpp Always add decimal when printing float 2024-10-23 15:00:21 +02:00
vector3.h Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00
vector3i.cpp [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
vector3i.h Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00
vector4.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
vector4.h Rename Vector4.components -> coord 2024-09-26 14:02:00 +02:00
vector4i.cpp [Core] Add scalar versions of Vector* min/max/clamp/snap(ped) 2024-05-02 10:31:13 +02:00
vector4i.h Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 2024-06-25 10:01:39 +02:00