Function ang::atan2 [] [src]

pub fn atan2<T: Float>(y: T, x: T) -> Angle<T>

Compute the four quadrant arctangent of y and x.