vector1 vectorFromTo vector2

Operand types

vector1: Array
vector2: Array

Type of returned value

Description

Unit vector, equal to direction from vector1 to vector2.
In other words this command produces vectorNormalized between given 2 points.

Used In

Arma3

Example

[1,2,3] vectorFromTo [4,5,6];
Search OFPEC COMREF