This function lets you compute a vectorial product between two vectors of the same dimension.
Signature
CrossProduct(iVector1 : Vector, iVector2 : Vector) : Vector
Arguments
Name | Input / Output | Required? | Type | Comment |
iVector1 | In | Yes | Vector | First vector. |
iVector2 | In | Yes | Vector | Second vector. |