AlignQuadRel
double AlignQuadRel (object master_0, object master_1, object master_2, object master_3, object slave, double u, double v, double pos_fader, double rot_fader)
Return Value: 1 = success, 0 = failure
Arguments:
master_0 |
first master item |
master_1 |
second master item |
master_2 |
third master item |
master_3 |
fourth master item |
slave |
item to be positioned and orientated |
u |
position between master_0 and master_1 ( 0.0 -> 1.0 ) (allows over-interpolation) |
v |
position between master_2 and master_3 ( 0.0 -> 1.0 ) (allows over-interpolation) |
pos_additive |
0.0 = add exiting position, 1.0 = do not add exiting position ( 0.0 -> 1.0 ) (does not allow over-interpolation) |
rot_additive |
0.0 = add existing rotation, 1.0 = do not add existing rotation ( 0.0 -> 1.0 ) (does not allow over-interpolation) |
Same as AlignQuadAbs( ) except that the faders are replace by additive amounts which allow you to blend the existing motion of slave with the resulting motion of this function.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |