godot/core/math
Andrii Doroshenko (Xrayez) 69d5de632e Split Geometry singleton into Geometry2D and Geometry3D
Extra `_2d` suffixes are removed from 2D methods accoringly.
2020-05-27 14:28:34 +03:00
..
a_star.cpp Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
a_star.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
aabb.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
aabb.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
audio_frame.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
basis.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
basis.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
camera_matrix.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
camera_matrix.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
delaunay_2d.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
delaunay_3d.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
disjoint_set.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
expression.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
expression.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
face3.cpp Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
face3.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
geometry_2d.cpp Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
geometry_2d.h Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
geometry_3d.cpp Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
geometry_3d.h Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
math_defs.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
math_fieldwise.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
math_fieldwise.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
math_funcs.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
math_funcs.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
octree.h Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
plane.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
plane.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
quat.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
quat.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
quick_hull.cpp Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
quick_hull.h Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
random_number_generator.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
random_number_generator.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
random_pcg.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
random_pcg.h typedefs: Cleanup unused macros and unnecessary checks 2020-03-11 21:44:56 +01:00
rect2.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
rect2.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
transform.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
transform.h Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
transform_2d.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
transform_2d.h Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
triangle_mesh.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
triangle_mesh.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
triangulate.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
triangulate.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
vector2.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
vector2.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
vector3.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
vector3.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
vector3i.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
vector3i.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00