Changes between Version 5 and Version 6 of code/doc/Math
- Timestamp:
- Sep 22, 2008, 7:14:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Math
v5 v6 37 37 38 38 * '''interpolate('''''time''''', '''''start''''', '''''end''''')''': Interpolates between two values for a time between 0 and 1. 39 * Example:[[Image(interpolation.png)]]39 * [[Image(interpolation.png)]] 40 40 * '''interpolateSmooth('''''time''''', '''''start''''', '''''end''''')''': Interpolates smoothly between two values for a time between 0 and 1. The function starts slowly, increases faster and stops slowly again. 41 * Example:[[Image(interpolation_smooth.png)]]41 * [[Image(interpolation_smooth.png)]] 42 42