mirror of https://github.com/ArduPilot/ardupilot
a95b429acc
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 |
||
---|---|---|
.. | ||
math_test.h | ||
test_3d_lines.cpp | ||
test_closest_distance_between_radial_and_point.cpp | ||
test_geodesic_grid.cpp | ||
test_math.cpp | ||
test_math_double.cpp | ||
test_matrix3.cpp | ||
test_perpendicular.cpp | ||
test_polygon.cpp | ||
test_quaternion.cpp | ||
test_scurve.cpp | ||
test_segment_intersection.cpp | ||
test_sqrt_controller.cpp | ||
test_vector2.cpp | ||
test_vector3.cpp | ||
wscript |