Blend Data Member Function

Interpolates this vector and 'End', using 1.0 - 'Alpha' and 'Alpha' as the blending weights.

Prototype

int32 Blend( Vec End, double Alpha )

Parameters

Parameter Type Parameter Name Documentation
<Vec>EndThe vector to interpolate with.
doubleAlphaThe 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.