AddScaled Data Member Function

Scales the vector 'A' by 'Scale', then adds the result to this vector.

Prototype

int32 AddScaled( Vec A, double Scale )

Parameters

Parameter Type Parameter Name Documentation
<Vec>AThe vector to scale before adding to this vector.
doubleScaleThe scale factor applied to the vector 'A'.

Examples

Copy Text To Clipboard

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