Computes the cross product of two 3D vector fields component-wise.
Given the Cartesian components of two 3D vectors or vector fields A and B, this function computes their cross product C = A x B in Cartesian form.
- Parameters
-
Ax | X-component of vector A |
Ay | Y-component of vector A |
Az | Z-component of vector A |
Bx | X-component of vector B |
By | Y-component of vector B |
Bz | Z-component of vector B |
- Return values
-
Cx | X-component of the cross product A x B |
Cy | Y-component of the cross product A x B |
Cz | Z-component of the cross product A x B |