Discrete interpolator, only returning discrete values depending on the step count specified in the constructor. e.g. if 10 steps are specified the resulting factions the interpolator returns are: 0.0 0.1 0.2 0.3 0.4 0.5 ... 0.8 0.9 1.0 if 5 steps are specified the result would be: 0.0 0.2 0.4 0.6 0.8 1.0
@author Stefan Rybacki
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.