xs_vec_reflect

Syntax

stock xs_vec_reflect(const Float:vec[], const Float:normal[], Float:out[])

Usage

vec
The vector to be reflected.
normal
The normal vector about which to reflect.
out
The output reflected vector.

Description

Reflects a vector about a normal.

Return

This function has no return value.