xs_vec_add

Syntax

stock xs_vec_add(const Float:in1[], const Float:in2[], Float:out[])

Usage

in1
The first vector to add.
in2
The second vector to add.
out
The output vector. Can be one of the input vectors.

Description

Adds two vectors.

Return

This function has no return value.