[][src]Trait vector2math::FloatingScalar

pub trait FloatingScalar: NegScalar + Pow<Self, Output = Self> + Sin<Output = Self> + Cos<Output = Self> { }

Trait for floating-point scalar numbers

Implementors

impl<T> FloatingScalar for T where
    T: NegScalar + Pow<Self, Output = Self> + Sin<Output = T> + Cos<Output = T>, 
[src]

Loading content...