[][src]Trait rs_math3d::scalar::FloatScalar

pub trait FloatScalar: Scalar {
    fn INFINITY() -> Self;
}

Required methods

fn INFINITY() -> Self

Loading content...

Implementors

impl FloatScalar for f32[src]

impl FloatScalar for f64[src]

Loading content...