692 float retVal =
SmoothCD(val, target, velocity, smoothTime, maxVelocity, dt);
static proto float SmoothCD(float val, float target, inout float velocity[], float smoothTime, float maxVelocity, float dt)
Does the CD smoothing function - easy in | easy out / S shaped smoothing.