2011

Table Of Contents
Constants
DescriptionConstant
Archimedes' Constant (PI = 3.14159265358979323846264338327950)PI
Natural logarithmic base (E =
2.71828182845904523536028747135266)
E
Time Functions
DescriptionFunction
Returns the current time in seconds.t
Returns the value of a given expression at another point in time.Eval
Profile Functions
DescriptionFunction
Returns the Gaussian (normal distribution) function, also
known as a bell-shaped or bell curve, based on the center
time, height and half-height-width of the curve.
Bell (center, height,
width)
Returns an increasing Hermite-like transition S-curve between
two given times.
EaseIn (start time, end
time)
Returns a decreasing Hermite-like transition S-curve between
two given times.
EaseOut (start time, end
time)
Returns a sinus profile curve based on the given period,
amplitude and offset values.
Sinus (period, amp-
litude,offset)
Returns a square profile curve based on the given period,
amplitude and offset values.
Square (period, amp-
litude,offset)
Constants | 751