xs_vec_dot

Syntax

stock Float:xs_vec_dot(const Float:vec1[], const Float:vec2[])

Usage

vec1
The first vector operand of the dot operation.
vec2
The second vector operand of the dot operation.

Description

Computes the dot product of two vectors.

Return

The dot product of two input vectors.