ardupilot/libraries/AP_Math/tests
Andrew Tridgell 061b0580b3 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-07 10:05:28 +10:00
..
math_test.h
test_3d_lines.cpp
test_closest_distance_between_radial_and_point.cpp
test_geodesic_grid.cpp
test_math_double.cpp
test_math.cpp AP_Math: added unsigned versions of constrain functions 2022-04-07 10:05:28 +10:00
test_matrix3.cpp
test_perpendicular.cpp
test_polygon.cpp
test_quaternion.cpp
test_scurve.cpp AP_Math: Convert S-Curves to use maximum Snap to remove minimum time between waypoints 2022-03-10 10:30:49 +11:00
test_segment_intersection.cpp
test_sqrt_controller.cpp
test_vector2.cpp
test_vector3.cpp
wscript