Trait glamour::FloatAngleExt

source ·
pub trait FloatAngleExt:
    FloatScalar
    + AngleConsts
    + PodValue {
    // Provided methods
    fn asin(self) -> Angle<Self> { ... }
    fn acos(self) -> Angle<Self> { ... }
    fn atan(self) -> Angle<Self> { ... }
}
Expand description

Convenience trait to create strongly typed angles from floats.

Provided Methods§

source

fn asin(self) -> Angle<Self>

asin()

source

fn acos(self) -> Angle<Self>

acos()

source

fn atan(self) -> Angle<Self>

atan()

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatAngleExt for f32

source§

impl FloatAngleExt for f64

Implementors§