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, float64 AlphaA )

Parameters

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

Examples

Copy Text To Clipboard

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