Computes the cross product between 'A' and 'B', and stores the result in this vector.
int32 Cross( Vec A, Vec B )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Vec> | A | The first vector to compute the cross product with. |
| <Vec> | B | The second vector to compute the cross product with. |
None published. Please look for an example in the Simdify Scripting Language code base.