BOXSTEP

THE BOX'S MAIN HELP:
This function returns a clamped linear interpolation between A and B.

A (input):
The opening value of the filter.
The filter width is defined by B - A.
Must be a float.

B (input):
The closing value of the filter.
The filter width is defined by B - A.
Must be a float.

X (input):
The test value.
Must be a float.

OUT (output):
This function returns a clamped linear interpolation between A and B.

<-- BACK TO Interpolation

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