[][src]Trait mathlib::trig::IntoDeg

pub trait IntoDeg<T> {
    fn into_deg(&self) -> T;
}

All objects implementing the IntoDeg trait can be converted into degrees

Required methods

fn into_deg(&self) -> T

Loading content...

Implementors

impl IntoDeg<f32> for DegreeAngle<f32>[src]

impl IntoDeg<f32> for RadianAngle<f32>[src]

impl IntoDeg<f64> for DegreeAngle<f64>[src]

impl IntoDeg<f64> for RadianAngle<f64>[src]

Loading content...