Compatible With ScriptsCompatible With ExpressionsCompatible With The Command Line

 

double AlignLinearAbs (object master_0, object master_1, object slave, double param, double fader)

 

Return Value: 1 = success, 0 = failure

 

Arguments:

master_0

first master item

master_1

second master item

slave

item to be positioned

param

position between master_0 and master_1 ( 0.0 -> 1.0 ) (allows over-interpolation)

fader

0.0 = full effect, 1.0 = no effect ( 0.0 -> 1.0 ) (does not allow over-interpolation)

 

This function places slave on a line drawn between master_0 and master_1. The position of slave on the line is determined by param, a value of 0.0 positions slave at master_0, a value of 1.0 positions it at master_1, values between 0.0 and 1.0 will place slave between master_0 and master_1. The fader argument fades out the affect of this function; 0.0 means the function has full effect, 1.0 is no effect.

 

Example:

Exp_1
|_ AlignLinearAbs(Null_1, Null_2, Null, 0.5, 0.0 )

 

Positions Null half-way between Null_1 and Null_2.

Converted from CHM to HTML with chm2web Pro 2.82 (unicode)