Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/doc/Math


Ignore:
Timestamp:
Sep 22, 2008, 7:14:52 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Math

    v5 v6  
    3737
    3838 * '''interpolate('''''time''''', '''''start''''', '''''end''''')''': Interpolates between two values for a time between 0 and 1.
    39    * Example: [[Image(interpolation.png)]]
     39   * [[Image(interpolation.png)]]
    4040 * '''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)]]
    4242