Function lyon_core::math_utils::fast_atan2 [] [src]

pub fn fast_atan2(y: f32, x: f32) -> f32

A slightly faster approximation of atan2.

Note that it does not deal with the case where both x and y are 0.