Trait ccgeom::Scalar[][src]

pub trait Scalar: Float + NumCast + FloatConst + 'static { }

Implementors

impl<T> Scalar for T where
    T: Float + NumCast + FloatConst + 'static, 
[src]