Cross Data Member Function

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

Prototype

int32 Cross( Float64Vector A, Float64Vector B )

Parameters

Parameter Type Parameter Name Documentation
<Float64Vector>AThe first vector to compute the cross product with.
<Float64Vector>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.