Trait lyon_geom::Scalar[][src]

pub trait Scalar: Float + NumCast + FloatConst + Sized + Display + Debug + Trig + AddAssign + SubAssign + MulAssign + DivAssign {
Show associated constants and methods const HALF: Self; const ZERO: Self; const ONE: Self; const TWO: Self; const THREE: Self; const FOUR: Self; const FIVE: Self; const SIX: Self; const SEVEN: Self; const EIGHT: Self; const NINE: Self; const TEN: Self; const EPSILON: Self; fn value(v: f32) -> Self;
}

Associated Constants

Required methods

Implementations on Foreign Types

Implementors