Function nalgebra_glm::atan2[][src]

pub fn atan2<N: Real, 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.