godot/core/math
Marcel Admiraal fa11b5d754 Check for empty vectors before trying to access a pointer to the first
element in Octree<T, use_pairs, AL>::cull_convex().

(cherry picked from commit 54c36adbec)
2020-05-05 13:41:29 +02:00
..
a_star.cpp Implements estimate/compute_cost for AStar2D 2020-04-16 11:35:52 +02:00
a_star.h Implements estimate/compute_cost for AStar2D 2020-04-16 11:35:52 +02:00
aabb.cpp
aabb.h Fixed false positives in the culling system. 2020-04-28 17:14:06 -07:00
audio_frame.cpp
audio_frame.h
basis.cpp Remove unnecessary check for zero determinant in Basis::orthonormalize(). 2020-04-16 12:57:22 +02:00
basis.h
bsp_tree.cpp
bsp_tree.h
camera_matrix.cpp Fix aspect ratio on hmd projection matrix 2020-04-05 16:58:33 +10:00
camera_matrix.h
delaunay.h
disjoint_set.cpp
disjoint_set.h
expression.cpp Expression: Fix parsing integers as 32-bit 2020-03-04 12:40:14 +01:00
expression.h
face3.cpp
face3.h
geometry.cpp Fixed false positives in the culling system. 2020-04-28 17:14:06 -07:00
geometry.h Fixed false positives in the culling system. 2020-04-28 17:14:06 -07:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h
octree.h Check for empty vectors before trying to access a pointer to the first 2020-05-05 13:41:29 +02:00
plane.cpp
plane.h
quat.cpp Add explanations for errors related to Vector/Quat normalization 2020-01-24 14:19:23 +01:00
quat.h Add explanations for errors related to Vector/Quat normalization 2020-01-24 14:19:23 +01:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h
rect2.cpp
rect2.h Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()' 2020-03-06 23:51:26 +01:00
SCsub
transform.cpp
transform.h
transform_2d.cpp Implement Skew in Node2D 2020-05-04 16:10:22 +02:00
transform_2d.h Implement Skew in Node2D 2020-05-04 16:10:22 +02:00
triangle_mesh.cpp Fixed false positives in the culling system. 2020-04-28 17:14:06 -07:00
triangle_mesh.h Fixed false positives in the culling system. 2020-04-28 17:14:06 -07:00
triangulate.cpp
triangulate.h
vector2.cpp Add explanations for errors related to Vector/Quat normalization 2020-01-24 14:19:23 +01:00
vector2.h Add explanations for errors related to Vector/Quat normalization 2020-01-24 14:19:23 +01:00
vector3.cpp
vector3.h Add explanations for errors related to Vector/Quat normalization 2020-01-24 14:19:23 +01:00