V3CrossproductAlt

From GECK
Jump to: navigation, search


A function added by the AnhNVSE Plugin.

Description

Calculates the crossproduct of two vector3s.

Syntax

[help]
(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])