crossProd3
Get the cross product of two 3-dimensional vectors.
Signatures
- Paramate.Math3D.crossProd3( a, b )
Details
The function calculates the cross product (vector product) of two 3-dimensional vectors:
a × b
Parameters
- a
-
First vector of type [<number>, <number>, <number>].
- b
-
Second vector of type [<number>, <number>, <number>].
Return value
A 3-dimensional vector that is the cross product of a and b.