Cross Data Member Function

Computes the cross product between 'A' and 'B', and stores the result in this vector.

Prototype

int32 Cross( Vec A, Vec B )

Parameters

Parameter Type Parameter Name Documentation
<Vec>AThe first vector to compute the cross product with.
<Vec>BThe second vector to compute the cross product with.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.