[][src]Trait vector2math::FloatingScalar

pub trait FloatingScalar: Scalar + Pow<Self, Output = Self> + Sin<Output = Self> + Cos<Output = Self> {
    const PI: Self;
    const EPSILON: Self;
}

Trait for floating-point scalar numbers

Associated Constants

const PI: Self

The value of Pi

const EPSILON: Self

The epsilon value

Loading content...

Implementations on Foreign Types

impl FloatingScalar for f32[src]

impl FloatingScalar for f64[src]

Loading content...

Implementors

Loading content...