stock

xs_vec_cross

Syntax

stock xs_vec_cross(const Float:vec1[], const Float:vec2[], Float:out[])

Description

Computes the cross product of two vectors.

Parameters

vec1 The first vector operand of the cross operation.
vec2 The second vector operand of the cross operation.
out The output vector. *Can't* be one of the input vectors.

Return

This function has no return value.