[][src]Trait mathlib::trig::IntoRad

pub trait IntoRad<T> {
    fn into_rad(&self) -> T;
}

All objects implementing the IntoRad trait can be converted into radians

Required methods

fn into_rad(&self) -> T

Loading content...

Implementors

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

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

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

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

Loading content...