Performs interpolation to the given value.
@param result the object in which to store the result of theinterpolation, or null if a new object should be created
@param to the value this value should be interpolated towards, or nullif no actual interpolation should be performed
@param interpolation the interpolation distance, 0 <= interpolation<= 1
@param accumulation an accumulation to add to the interpolated value
@param multiplier an amount the accumulation values should be multipliedby before being added to the interpolated value
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.