2
0
Fork 0
godot/core/math
Rémi Verschelde 445339e1b2
Merge pull request #58427 from lawnjelly/safe_vector2
2022-03-07 12:39:28 +07:00
..
SCsub
a_star.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
a_star.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
aabb.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
aabb.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
audio_frame.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
audio_frame.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
basis.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
basis.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +07:00
bsp_tree.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
bsp_tree.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
bvh.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
bvh_abb.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
bvh_cull.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +07:00
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc
bvh_misc.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +07:00
bvh_pair.inc Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
bvh_public.inc Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
bvh_refit.inc
bvh_split.inc
bvh_structs.inc BVH templated mask checks and generic NUM_TREES 2022-01-21 10:08:29 +07:00
bvh_tree.h BVH - fix leaking leaves 2022-02-03 08:05:57 +07:00
camera_matrix.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
camera_matrix.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
convex_hull.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
convex_hull.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
delaunay.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
disjoint_set.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
disjoint_set.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
expression.cpp Make parser treat all exponent literals as float 2022-02-11 09:50:58 +07:00
expression.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
face3.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
face3.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
geometry.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
geometry.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
math_defs.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
math_fieldwise.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
math_fieldwise.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
math_funcs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
math_funcs.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
octree.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
octree_definition.inc Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
plane.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
plane.h Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +07:00
quat.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
quat.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
quick_hull.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
quick_hull.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
random_number_generator.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
random_number_generator.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
random_pcg.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
random_pcg.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
rect2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
rect2.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
transform.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
transform.h Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +07:00
transform_2d.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
transform_2d.h Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +07:00
transform_interpolator.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
transform_interpolator.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +07:00
triangle_mesh.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
triangle_mesh.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
triangulate.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
triangulate.h Update copyright statements to 2022 2022-01-13 15:54:13 +07:00
vector2.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
vector2.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 10:34:40 +07:00
vector3.cpp Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +07:00
vector3.h Merge pull request #58427 from lawnjelly/safe_vector2 2022-03-07 12:39:28 +07:00