[][src]Trait nova_math::traits::IntoRadians

pub trait IntoRadians {
    fn into_radians(self) -> Self;
}

This type can convert from degrees to radians

Required methods

fn into_radians(self) -> Self

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

Loading content...

Implementors

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

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

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

Loading content...