Function hedron::math::smooth

source ·
pub fn smooth(t: fxx) -> fxx
Expand description

Fade function as defined by Ken Perlin. This eases coordinate values so that they will ease towards integral values. This ends up smoothing the final output. equals to 6t^5 - 15t^4 + 10t^3