[][src]Trait nova_math::traits::IntoDegrees

pub trait IntoDegrees {
    fn into_degrees(self) -> Self;
}

This type can convert from radians to degrees

Required methods

fn into_degrees(self) -> Self

Consume self and return it after converting the internal elements from radians to degrees

Loading content...

Implementors

impl<T: Real + Pi> IntoDegrees for T[src]

impl<T: Real> IntoDegrees for TVec3<T>[src]

impl<T: Real> IntoDegrees for TVec4<T>[src]

Loading content...