godot/core/math
lawnjelly 109d08c84a Add protective checks for invalid handle use in BVH
Adds DEV_ASSERTS that will halt at runtime if the BVH is misused with invalid IDs, and adds ERR_FAIL macros to prevent calling with invalid IDs.

Any such misuse is a bug in the physics, but this should flag any errors quickly.
2022-03-23 09:19:26 +00:00
..
a_star.cpp Rename AStar to AStar3D 2022-03-20 17:34:40 +03:00
a_star.h Rename AStar to AStar3D 2022-03-20 17:34:40 +03:00
aabb.cpp
aabb.h Float literals - fix main primitives to use .f 2022-02-10 18:43:19 +00:00
audio_frame.h
basis.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
basis.h
bvh_abb.h
bvh_cull.inc Merge pull request #57630 from lawnjelly/bvh4_templated_checks 2022-03-04 23:29:38 +01:00
bvh_debug.inc Merge pull request #57630 from lawnjelly/bvh4_templated_checks 2022-03-04 23:29:38 +01:00
bvh_integrity.inc
bvh_logic.inc
bvh_misc.inc
bvh_pair.inc
bvh_public.inc
bvh_refit.inc
bvh_split.inc
bvh_structs.inc Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
bvh_tree.h Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
bvh.h Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
camera_matrix.cpp Use is_zero_approx and fix spelling in CameraMatrix invert 2022-02-26 12:19:54 -06:00
camera_matrix.h Core: Use forward declares for Vector3/Vector3i 2022-02-19 16:47:24 +01:00
color_names.inc Update color constants to use HEX codes 2022-03-17 11:36:23 +02:00
color.cpp Float literals - fix main primitives to use .f 2022-02-10 18:43:19 +00:00
color.h Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
convex_hull.cpp
convex_hull.h
delaunay_2d.h
delaunay_3d.h
disjoint_set.h
dynamic_bvh.cpp
dynamic_bvh.h
expression.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
expression.h
face3.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
face3.h Float literals - fix main primitives to use .f 2022-02-10 18:43:19 +00:00
geometry_2d.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
geometry_2d.h Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
geometry_3d.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
geometry_3d.h Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h VariantUtility: Unexpose Math::range_step_decimals 2022-03-07 22:13:49 +01:00
octree.h Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
plane.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
plane.h
quaternion.cpp Fix blend animation to solve TRS track bug & blend order inconsistency 2022-03-16 05:11:55 +09:00
quaternion.h Fix blend animation to solve TRS track bug & blend order inconsistency 2022-03-16 05:11:55 +09:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
rect2.cpp
rect2.h Float literals - fix main primitives to use .f 2022-02-10 18:43:19 +00:00
rect2i.cpp
rect2i.h
SCsub
static_raycaster.cpp
static_raycaster.h
transform_2d.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
transform_2d.h
transform_3d.cpp
transform_3d.h
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp Float literals - fix main primitives to use .f 2022-02-10 18:43:19 +00:00
triangulate.h
vector2.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
vector2.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 11:15:45 +00:00
vector2i.cpp
vector2i.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 11:15:45 +00:00
vector3.cpp Float literals - fix main primitives to use real_t casting 2022-02-24 08:15:10 +00:00
vector3.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 11:15:45 +00:00
vector3i.cpp Core: Use forward declares for Vector3/Vector3i 2022-02-19 16:47:24 +01:00
vector3i.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 11:15:45 +00:00