CrossProd3

Get the cross product of two 3 vectors.

Signatures

  • Paramate.Viewport.CrossProd3( a, b )

Details

The function calculates the cross (vector) product of two 3 vectors.

Parameters

a

A 3 vector.

b

A 3 vector.

Return value

The cross product 3 vector of the parameters.