[]Function rusty_engine::prelude::glm::atan

pub fn atan<N, D>(
    y_over_x: &Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>
) -> Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer> where
    D: Dimension,
    N: RealField,
    DefaultAllocator: Alloc<N, D, U1>, 

Component-wise arc-tangent.