Function nalgebra_glm::atan2

source ·
pub fn atan2<T: RealNumber, const D: usize>(
    y: &TVec<T, D>,
    x: &TVec<T, D>
) -> TVec<T, D>
Expand description

Component-wise arc-tangent of y / x.