vector1 vectorDotProduct vector2

Operand types

vector1: Array
vector2: Array

Type of returned value

Description

Dot product of two 3D vectors.

Used In

Arma3

Example

_dot = [1,0,1] vectorDotProduct [0,0,2];
Search OFPEC COMREF