V3CrossproductAlt
From GECK
A function added by the AnhNVSE Plugin.
Description
Calculates the crossproduct of two vector3s.
Syntax
(array) V3CrossproductAlt inVectorA:array inVectorB:array
Example
array_var vectorA array_var vectorB array_var aResult aResult = V3CrossproductAlt vectorA vectorB ; aResult will be the crossproduct of vectorA and vectorB. ([vX, vY, vZ])