godot/core/math
kleonc 67b27ea4c9
AStar Add error messages
(cherry picked from commit 71255bc2a9)
2021-09-21 20:33:12 +02:00
..
a_star.cpp AStar Add error messages 2021-09-21 20:33:12 +02:00
a_star.h
aabb.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
aabb.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
audio_frame.cpp
audio_frame.h
basis.cpp Improve Basis::get_quaternion error message 2021-09-20 13:05:26 +02:00
basis.h
bsp_tree.cpp Remove do{ } while(0) wrapper around error macros 2021-09-12 15:04:53 +08:00
bsp_tree.h
bvh.h BVH - thread safety option 2021-05-25 10:47:32 +01:00
bvh_abb.h
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
bvh_misc.inc
bvh_pair.inc
bvh_public.inc BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
bvh_refit.inc BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
bvh_split.inc
bvh_structs.inc BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
bvh_tree.h BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
camera_matrix.cpp
camera_matrix.h
convex_hull.cpp Remove do{ } while(0) wrapper around error macros 2021-09-12 15:04:53 +08:00
convex_hull.h Options to clean/simplify convex hull generated from mesh 2021-07-09 17:45:59 -07:00
delaunay.h
disjoint_set.cpp
disjoint_set.h
expression.cpp
expression.h
face3.cpp
face3.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
geometry.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
geometry.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Use global scope round method for rounding 2021-05-21 13:41:27 +02:00
octree.h
octree_definition.inc Fix typos with codespell 2021-05-20 12:56:56 +02:00
plane.cpp
plane.h
quat.cpp [3.x] Add Quat angle_to method 2021-06-18 11:00:44 -04:00
quat.h [3.x] Add Quat angle_to method 2021-06-18 11:00:44 -04:00
quick_hull.cpp Quickhull - reduce warning spam and make hideable 2021-08-10 12:06:46 +01:00
quick_hull.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h
rect2.cpp
rect2.h
SCsub
transform.cpp
transform.h Fix Transform::xform(Plane) functions, add Transform unit tests 2021-08-07 08:05:39 +01:00
transform_2d.cpp
transform_2d.h
triangle_mesh.cpp
triangle_mesh.h Clean convex hull decomposition code 2021-07-13 11:13:25 -07:00
triangulate.cpp
triangulate.h
vector2.cpp [3.x] Make is_equal_approx have explicit float and double versions 2021-05-20 06:50:09 -04:00
vector2.h
vector3.cpp
vector3.h Portal occlusion culling 2021-07-14 11:43:23 +01:00