vectorMultiply: Difference between revisions
| No edit summary | No edit summary | ||
| Line 25: | Line 25: | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | [[vectorAdd]], [[vectorDiff]], [[ | | [[vectorAdd]], [[vectorDiff]], [[vectorCrossProduct]], [[vectorDotProduct]], [[vectorCos]], [[vectorMagnitude]], [[vectorMagnitudeSqr]], [[vectorDistance]], [[vectorDistanceSqr]] |= See also | ||
| }} | }} | ||
Revision as of 10:03, 2 June 2014
Description
- Description:
- Multiplies 3D vector by a scalar.
- Groups:
- Uncategorised
Syntax
- Syntax:
- vectorMultiply [vector,scalar]
- Parameters:
- [vector,scalar]: Array
- vector: Array
- scalar: Number
- Return Value:
- Array
Examples
- Example 1:
- _newVector = vectorMultiply [[1,0,2],2]
Additional Information
- See also:
- vectorAddvectorDiffvectorCrossProductvectorDotProductvectorCosvectorMagnitudevectorMagnitudeSqrvectorDistancevectorDistanceSqr
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
 
	