ardupilot/libraries/AP_Math/tests
Andrew Tridgell 1f30cf93cf AP_Math: added unsigned versions of constrain functions
sometimes it really does matter that we use constrain_uint32() instead
of constrain_int32(). For example, if we have a value like 0xFFFFFFFF
then the result will be very different

we should use unsigned constrain when dealing with unsigned values
2022-04-09 17:04:26 +09:00
..
math_test.h
test_3d_lines.cpp
test_closest_distance_between_radial_and_point.cpp
test_geodesic_grid.cpp
test_math_double.cpp AP_Math: enable SITL unit testing 2021-09-28 09:11:48 +10:00
test_math.cpp AP_Math: added unsigned versions of constrain functions 2022-04-09 17:04:26 +09:00
test_matrix3.cpp
test_perpendicular.cpp
test_polygon.cpp
test_quaternion.cpp AP_Math: quaternion add is_zero() & zero() 2022-01-19 18:03:17 +11:00
test_scurve.cpp AP_Math: Convert S-Curves to use maximum Snap to remove minimum time between waypoints 2022-03-12 08:01:18 +09:00
test_segment_intersection.cpp
test_sqrt_controller.cpp
test_vector2.cpp
test_vector3.cpp
wscript