V3NormalizeAlt
From GECK
A function added by the AnhNVSE Plugin.
Description
Calculates a normalized vector3.
Syntax
(Vector3:array) V3NormalizeAlt inVector3:array
Example
array_var vectorArr array_var aResult aResult = V3NormalizeAlt vectorArr ; aResult will be the normalized [vX, vY, vZ] vector.