User Manual

Table Of Contents
Random Seed
The Random Seed control sets the starting number for the Rand() function. The rand(x, y)
function produces a random value between X and Y, producing a new value for every frame.
Aslong as the setting of this Random Seed slider remains the same, the values produced at
frame x are always the same. Adjust the Seed slider to a new value to get a different value for
that frame.
Show Number or Point X
There are eighteen of these checkbox controls, one for each of the nine Number and nine Point
inputs. Enable this checkbox to display the control for Number x or Point x in the Controls tab.
Name for Number or Point X
There are eighteen of these edit controls, one for each of the nine Number and nine Point
inputs. Type a new name for the input into this edit control to assign a new name for the Input’s
label in the Controls tab.
Expression Syntax Formulas
Formulas are entered into the Number Out or Point Out tabs as part of an expression. They can
be made up of the following functions:
n1...n9 The value of Number Input 1..9.
p1x...p9x The X of Positional Control 1..9.
p1y...p9y The Y of Positional Control 1..9.
time The current time (frame number).
pi The value of pi.
e The value of e.
log(x) The base-10 log of x.
ln(x) The natural (base-e) log of x.
sin(x) The sine of x (x is degrees).
cos(x) The cosine of x (x is degrees).
tan(x) The tangent of x (x is degrees).
asin(x) The arcsine of x, in degrees.
acos(x) The arccosine of x, in degrees.
atan(x) The arctangent of x, in degrees.
atan2(x, y) The arctangent of x,y, in degrees.
abs(x) The absolute (positive) value of x.
int(x) The integer (whole) value of x.
frac(x) The fractional value of x.
sqrt(x) The Square Root of x.
rand(x, y) A random value between x and y.
rands(x, y, s) A random value between x and y, based on seed s.
Chapter – 111 Modifiers 2517