CrossProduct (script event)

From modwiki

Jump to: navigation, search

Description

Returns the cross product of the two vectors.

Usage

In your script type...

vector crossProduct( vector vec1, vector vec2 )

Parameters

  • [vec1] - The first of two vectors to multiply.
  • [vec1] - The second of two vectors to multiply.

Examples

 
crsVec = sys.crossProduct('120 54 21', '66 54 87');

Notes

None.


Personal tools
Main