interpolation &rest coords [Macro]

Creates an interpolation envelope out of coords, a sequence of x y coordinate pairs.

Example:

? (setf x (interpolation 0 0 50 .5 100 0))
(0 0 50 0.5 100 0)

(interp 75 x)
0.25

See Also:

interp, interpl, lookup


Last Modified: 5-Mar-1998