xs_vec_sub

Syntax

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

Usage

in1
Vector to subtract from.
in2
Vector to subtract from the first one.
out
The output vector. Can be one of the input vectors.

Description

Subtracts one vector from another one.

Return

This function has no return value.