godot-cpp/src/core
Fabio Alessandrelli 7bff71a9f5 Fix Rect2::distance_to not returning 0.
Was relying on comparison with 1e20 which cannot be represented as
float, causing some epsilon to always be returned and compilers
complaining when using -Werror.
2022-06-27 10:40:24 +02:00
..
AABB.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Array.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Basis.cpp Update copyright year 2022-04-04 12:28:54 +02:00
CameraMatrix.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Color.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Dictionary.cpp Update copyright year 2022-04-04 12:28:54 +02:00
GodotGlobal.cpp Update copyright year 2022-04-04 12:28:54 +02:00
NodePath.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Plane.cpp Update copyright year 2022-04-04 12:28:54 +02:00
PoolArrays.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Quat.cpp Update copyright year 2022-04-04 12:28:54 +02:00
RID.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Rect2.cpp Fix Rect2::distance_to not returning 0. 2022-06-27 10:40:24 +02:00
String.cpp Update copyright year 2022-04-04 12:28:54 +02:00
TagDB.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Transform.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Transform2D.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Variant.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Vector2.cpp Update copyright year 2022-04-04 12:28:54 +02:00
Vector3.cpp Update copyright year 2022-04-04 12:28:54 +02:00