Rémi Verschelde 80e1585a6e Style: Cleanup uses of double spaces between words 4 years ago
..
SCsub 7bf9787921 SCons: Format buildsystem files with psf/black 5 years ago
a_star.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
a_star.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
aabb.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
aabb.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
audio_frame.cpp 49646383f1 Update copyright statements to 2021 4 years ago
audio_frame.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
basis.cpp 1154b6264c [3.x] Make is_equal_approx have explicit float and double versions 4 years ago
basis.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
bsp_tree.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bsp_tree.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh_abb.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh_cull.inc 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh_debug.inc d8f681029f Support for Dynamic BVH as 2D Physics broadphase 4 years ago
bvh_integrity.inc d8f681029f Support for Dynamic BVH as 2D Physics broadphase 4 years ago
bvh_logic.inc 0a350845d5 BVH - fix stale current_tree in deactivate function 4 years ago
bvh_misc.inc 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh_pair.inc d8f681029f Support for Dynamic BVH as 2D Physics broadphase 4 years ago
bvh_public.inc 0a350845d5 BVH - fix stale current_tree in deactivate function 4 years ago
bvh_refit.inc 0a350845d5 BVH - fix stale current_tree in deactivate function 4 years ago
bvh_split.inc 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
bvh_structs.inc 0a350845d5 BVH - fix stale current_tree in deactivate function 4 years ago
bvh_tree.h 0a350845d5 BVH - fix stale current_tree in deactivate function 4 years ago
camera_matrix.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
camera_matrix.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
convex_hull.cpp ba396caefc Replace QuickHull with Bullet's convex hull computer. 4 years ago
convex_hull.h ba396caefc Replace QuickHull with Bullet's convex hull computer. 4 years ago
delaunay.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
disjoint_set.cpp 49646383f1 Update copyright statements to 2021 4 years ago
disjoint_set.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
expression.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
expression.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
face3.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
face3.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
geometry.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
geometry.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
math_defs.h 49646383f1 Update copyright statements to 2021 4 years ago
math_fieldwise.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
math_fieldwise.h 49646383f1 Update copyright statements to 2021 4 years ago
math_funcs.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
math_funcs.h ebfba19b59 Use global scope round method for rounding 4 years ago
octree.h 49646383f1 Update copyright statements to 2021 4 years ago
octree_definition.inc eb78f80f03 Fix typos with codespell 4 years ago
plane.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
plane.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
quat.cpp 1154b6264c [3.x] Make is_equal_approx have explicit float and double versions 4 years ago
quat.h 26a99548f2 Fix Quat includes 4 years ago
quick_hull.cpp 80e1585a6e Style: Cleanup uses of double spaces between words 4 years ago
quick_hull.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
random_number_generator.cpp 49646383f1 Update copyright statements to 2021 4 years ago
random_number_generator.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
random_pcg.cpp 07fb3c6aca Make randomize() use unix time too 4 years ago
random_pcg.h 49646383f1 Update copyright statements to 2021 4 years ago
rect2.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
rect2.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
transform.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
transform.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
transform_2d.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
transform_2d.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
triangle_mesh.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
triangle_mesh.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
triangulate.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
triangulate.h 49646383f1 Update copyright statements to 2021 4 years ago
vector2.cpp 1154b6264c [3.x] Make is_equal_approx have explicit float and double versions 4 years ago
vector2.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
vector3.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
vector3.h 1154b6264c [3.x] Make is_equal_approx have explicit float and double versions 4 years ago