vector1 vectorDiff vector2

Operand types

vector1: Array
vector2: Array

Type of returned value

Description

Subtracts one 3D vector from another. (vector1 - vector2)

Used In

Arma3

Example

_veldiff = ((velocity car) vectorDiff (velocity bike));
Search OFPEC COMREF