2
0
Fork 0
godot/core/math
Danil Alexeev 76ee3d4f31
Allow negative coordinates in `AStarGrid2D`
2023-04-26 09:29:33 +07:00
..
SCsub
a_star.cpp Enchance the performance of AStar by using a LocalVector(2) 2023-01-27 16:28:11 +07:00
a_star.h Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +07:00
a_star_grid_2d.cpp Allow negative coordinates in `AStarGrid2D` 2023-04-26 09:29:33 +07:00
a_star_grid_2d.h Allow negative coordinates in `AStarGrid2D` 2023-04-26 09:29:33 +07:00
aabb.cpp
aabb.h
audio_frame.h
basis.cpp Fix scaled_orthogonal() & subgizmo global scaling 2023-02-04 00:46:04 +07:00
basis.h
bvh.h BVH - fix lockguards for multithread mode 2023-02-20 15:15:18 +07:00
bvh_abb.h Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +07:00
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 Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +07:00
bvh_structs.inc
bvh_tree.h
color.cpp Fix misuses of error macros 2023-04-18 10:20:48 +07:00
color.h
color_names.inc
convex_hull.cpp
convex_hull.h
delaunay_2d.h Optimize 2D Delaunay and make it more readable 2023-04-09 00:52:15 +07:00
delaunay_3d.h Use range iterators in LocalVector loops 2023-01-21 18:44:42 +07:00
disjoint_set.h
dynamic_bvh.cpp Fix various typos with codespell 2023-02-01 08:45:41 +07:00
dynamic_bvh.h Fix various typos with codespell 2023-02-01 08:45:41 +07:00
expression.cpp
expression.h
face3.cpp
face3.h
geometry_2d.cpp
geometry_2d.h
geometry_3d.cpp Fix range loop iteration regressions 2023-01-26 00:14:39 +07:00
geometry_3d.h
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Math: Prevent division by zero in posmod 2023-02-11 20:44:45 +07:00
plane.cpp
plane.h
projection.cpp
projection.h
quaternion.cpp
quaternion.h
quick_hull.cpp More codespell fixes, do more changes from previous ignore list 2023-02-01 12:11:36 +07:00
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h Fix randfn to prevent generating of nan values 2023-03-03 16:43:48 +07:00
rect2.cpp
rect2.h Minor typo and docs URL fixes 2023-02-28 13:38:01 +07:00
rect2i.cpp
rect2i.h Minor typo and docs URL fixes 2023-02-28 13:38:01 +07:00
static_raycaster.cpp
static_raycaster.h
transform_2d.cpp Expose `determinant` in Transform2D, rename internal method 2023-04-22 13:44:14 +07:00
transform_2d.h Expose `determinant` in Transform2D, rename internal method 2023-04-22 13:44:14 +07:00
transform_3d.cpp
transform_3d.h
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp
triangulate.h
vector2.cpp
vector2.h
vector2i.cpp
vector2i.h
vector3.cpp Bias octahedral tangent y axis to avoid errors around 0 2023-02-13 19:24:14 +07:00
vector3.h Added component-wise `min` and `max` functions for vectors 2023-02-11 15:03:11 +07:00
vector3i.cpp
vector3i.h Added component-wise `min` and `max` functions for vectors 2023-02-11 15:03:11 +07:00
vector4.cpp
vector4.h Added component-wise `min` and `max` functions for vectors 2023-02-11 15:03:11 +07:00
vector4i.cpp
vector4i.h Added component-wise `min` and `max` functions for vectors 2023-02-11 15:03:11 +07:00