vectorMultiply

From Bohemia Interactive Community
Revision as of 20:20, 10 June 2014 by Killzone Kid (talk | contribs) (syntax change)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Multiplies 3D vector by a scalar.
Groups:
Uncategorised

Syntax

Syntax:
vector vectorMultiply scalar
Parameters:
vector: Array
scalar: Number
Return Value:
Array

Examples

Example 1:
_newVector = [1,2,3] vectorMultiply 3; //[3,6,9]

Additional Information

See also:
vectorAddvectorDiffvectorCrossProductvectorDotProductvectorCosvectorMagnitudevectorMagnitudeSqrvectorDistancevectorDistanceSqrvectorDirvectorUpsetVectorDirsetVectorUpsetVectorDirAndUp

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section