(CAA_Mathematics.library)
This function will calculate the Cartesian product (outer product) of two vectors
The result will be returned in vector
. Keep in mind that, due to rounding errors, the input of two collinear vectors will not necessarily result in the null vector.
Input:
v1
|
MATH.Vector3D
|
input vector
|
v2
|
MATH.Vector3D
|
input vector
|
Output:
v
|
MATH.Vector3D
|
Cartesian product
|