[][src]Function nalgebra_glm::atan2

pub fn atan2<N: RealField, D: Dimension>(
    y: &TVec<N, D>,
    x: &TVec<N, D>
) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Component-wise arc-tangent of y / x.