stock

xs_vec_add

Syntax

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

Description

Adds two vectors.

Parameters

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

Return

This function has no return value.