godot/core/math
Rémi Verschelde ac3417005d
Merge pull request #48533 from mortarroad/3.x-convex-hull-ported
[3.x] Port Bullet's convex hull computer to replace of QuickHull
2021-05-22 23:23:15 +02:00
..
a_star.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
a_star.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
aabb.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
aabb.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
audio_frame.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_frame.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
basis.cpp [3.x] Make is_equal_approx have explicit float and double versions 2021-05-20 06:50:09 -04:00
basis.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
bsp_tree.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bsp_tree.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_abb.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_cull.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_debug.inc Support for Dynamic BVH as 2D Physics broadphase 2021-04-30 15:53:15 -07:00
bvh_integrity.inc Support for Dynamic BVH as 2D Physics broadphase 2021-04-30 15:53:15 -07:00
bvh_logic.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_misc.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_pair.inc Support for Dynamic BVH as 2D Physics broadphase 2021-04-30 15:53:15 -07:00
bvh_public.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_refit.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_split.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_structs.inc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
bvh_tree.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
camera_matrix.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
camera_matrix.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
convex_hull.cpp Replace QuickHull with Bullet's convex hull computer. 2021-05-22 08:16:43 +02:00
convex_hull.h Replace QuickHull with Bullet's convex hull computer. 2021-05-22 08:16:43 +02:00
delaunay.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
disjoint_set.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
disjoint_set.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
expression.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
expression.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
face3.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
face3.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
geometry.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
geometry.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
math_defs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
math_fieldwise.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
math_fieldwise.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
math_funcs.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
math_funcs.h Use global scope round method for rounding 2021-05-21 13:41:27 +02:00
octree.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
octree_definition.inc Fix typos with codespell 2021-05-20 12:56:56 +02:00
plane.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
plane.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
quat.cpp [3.x] Make is_equal_approx have explicit float and double versions 2021-05-20 06:50:09 -04:00
quat.h Fix Quat includes 2021-05-19 15:13:39 +01:00
quick_hull.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
quick_hull.h Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
random_number_generator.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
random_number_generator.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
random_pcg.cpp Make randomize() use unix time too 2021-04-23 21:50:34 +02:00
random_pcg.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rect2.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
rect2.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
transform.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
transform.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
transform_2d.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
transform_2d.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
triangle_mesh.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
triangle_mesh.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
triangulate.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
triangulate.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
vector2.cpp [3.x] Make is_equal_approx have explicit float and double versions 2021-05-20 06:50:09 -04:00
vector2.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
vector3.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
vector3.h [3.x] Make is_equal_approx have explicit float and double versions 2021-05-20 06:50:09 -04:00