virtualx-engine/core/math
2022-09-21 13:23:17 +02:00
..
a_star.cpp Added missing p_bidirectional to AStar2D methods 2022-06-16 20:49:01 +02:00
a_star.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
aabb.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
aabb.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
audio_frame.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_frame.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
basis.cpp Fix the calculation of the angular velocity when the rotation speed is not high. 2022-07-19 17:16:21 +02:00
basis.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
bsp_tree.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
bsp_tree.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
bvh.h Fixup BVH debugging statements 2022-07-25 18:35:14 +02:00
bvh_abb.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
bvh_cull.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +00:00
bvh_debug.inc BVH - detect shrinkage within expanded bounds 2021-11-17 09:06:10 +00:00
bvh_integrity.inc Support for Dynamic BVH as 2D Physics broadphase 2021-04-30 15:53:15 -07:00
bvh_logic.inc clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 14:50:32 +02:00
bvh_misc.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +00:00
bvh_pair.inc Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
bvh_public.inc Fixup BVH debugging statements 2022-07-25 18:35:14 +02:00
bvh_refit.inc BVH - fix stale current_tree in deactivate function 2021-05-25 10:43:04 +01:00
bvh_split.inc BVH - detect shrinkage within expanded bounds 2021-11-17 09:06:10 +00:00
bvh_structs.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +00:00
bvh_tree.h BVH - fix leaking leaves 2022-02-03 08:05:57 +00:00
camera_matrix.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
camera_matrix.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
convex_hull.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_hull.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
delaunay.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
disjoint_set.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
disjoint_set.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
expression.cpp i18n: Misc fixes translation strings 2022-06-08 12:56:42 +02:00
expression.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
face3.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
face3.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
geometry.cpp Fix Geometry::get_closest_points_between_segments() returns NaN 2022-09-01 17:51:33 +01:00
geometry.h Fix Geometry::get_closest_points_between_segments() returns NaN 2022-09-01 17:51:33 +01:00
math_defs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
math_fieldwise.cpp Style: Ensure consistent formatting with clang-format 15 2022-09-21 13:23:17 +02:00
math_fieldwise.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
math_funcs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
math_funcs.h Fix wrapf to correct wrap values with 0.1 stepping 2022-06-16 10:10:48 +02:00
octree.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
octree_definition.inc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
plane.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
plane.h Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +00:00
quat.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
quat.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
quick_hull.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
quick_hull.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
random_number_generator.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
random_number_generator.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
random_pcg.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
random_pcg.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rect2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rect2.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
transform.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00
transform.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00
transform_2d.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00
transform_2d.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00
transform_interpolator.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
transform_interpolator.h Force unsigned behaviour for bitfield enums 2022-06-06 16:58:21 +01:00
triangle_mesh.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
triangle_mesh.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
triangulate.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
triangulate.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
vector2.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
vector2.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 10:34:40 +00:00
vector3.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00
vector3.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 15:02:46 +02:00