by Joe Maller on 7 Sep, 2003 03:40, Applies to: FCP 4.0.1 from:
The Interpolate function can also be used to extrapolate the position of points beyond the specified p1 and p2 values. Any percentage value less than zero will place the point before p1, any value greater than one will place the point beyond p2.
This might be slightly disorienting because values like -1.25 and 1.25 sort of don't seem to match up. P2 is not as important as p1, when extrapolating both -2 and 2 will be equidistant from p1.
Authors own their submissions and grant full use rights to the site owner.
Commercial reproduction is prohibited without prior written permission (please ask first).
The FXScript Reference is an independent resource, created and funded through user contributions and my wallet. If you find the site useful, please donate to help keep this unique resource online.
The Interpolate function can also be used to extrapolate the position of points beyond the specified
p1andp2values. Any percentage value less than zero will place the point beforep1, any value greater than one will place the point beyondp2.This might be slightly disorienting because values like -1.25 and 1.25 sort of don't seem to match up.
P2is not as important asp1, when extrapolating both -2 and 2 will be equidistant fromp1.