Table of Contents

VectorCross

(Vector3F a, Vector3F b) Calculate the cross product of a and b.

Syntax

string VectorCross(Vector3F %a, Vector3F %b);

Parameters

Vector3F %a
No description available.

Vector3F %b
No description available.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

VectorAdd
VectorDist
VectorDot
VectorLen
VectorNormalize
VectorOrthoBasis
VectorScale
VectorSub

References

This function is not called by any other functions.