Most of the methods in `arcade.math` are missing unit tests. I also suspect many other functions in arcade are missing unit tests. `arcade.math` function tests: - [ ] clamp - [x] lerp - [x] lerp_2d - [x] lerp_3d - [x] lerp_angle - [ ] rand_in_rect - [ ] rand_in_circle - [ ] rand_on_circle - [ ] rand_on_line - [ ] rand_angle_360_deg - [ ] rand_angle_spread_deg - [ ] rand_vec_spread_deg - [ ] rand_vec_magnitude - [ ] get_distance - [ ] rotate_point - [ ] get_angle_degrees - [ ] get_angle_radians - [ ] quaternion_rotation
Most of the methods in
arcade.mathare missing unit tests.I also suspect many other functions in arcade are missing unit tests.
arcade.mathfunction tests: