Function nalgebra_glm::degrees

source ·
pub fn degrees<N: Real, D: Dimension>(radians: &TVec<N, D>) -> TVec<N, D>where
    DefaultAllocator: Alloc<N, D>,
Expand description

Component-wise conversion from radians to degrees.