VLERP

THE BOX'S MAIN HELP:
This function uses control C [0 to 1.0] to pick a value from the 
The value returned will of the same data type as the samples.

samples (input):
C (input):
This input (C) controls the linear interpolation for the samples (S),
and is used to pick the interpolated return value.
This value must be a scalar.

S (vinput):
These are the input samples (S) to interpolate betweeen.
The samples may be scalars, vectors, or colors.
All samples must be of the same data type.

OUT (output):
Returns a value (OUT) based on a linear interpolation of samples (S)
controlled by scalar C. 
The value returned will of the same data type as the input samples.

<-- BACK TO Interpolation

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.