Function rapier3d::utils::smallest_abs_diff_between_angles

source ·
pub fn smallest_abs_diff_between_angles<N: SimdRealCopy>(a: N, b: N) -> N
Expand description

Calculate the difference with smallest absolute value between the two given angles.