BlendAB Data Member Function

Interpolates the vectors 'Start' and 'End', using 'AlphaA' and 1.0 - 'AlphaA' as the blending weights, respectively.

Prototype

int32 BlendAB( Vec Start, Vec End, double AlphaA )

Parameters

Parameter Type Parameter Name Documentation
<Vec>StartThe starting vector to interpolate.
<Vec>EndThe ending vector to interpolate.
doubleAlphaAThe alpha value representing the desired interpolation.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.