Function rin::math::smoothstep[][src]

pub fn smoothstep<T>(edge0: T, edge1: T, x: T) -> T where
    T: Float + NumCast