Cross

Stores the vector product of lhs and rhs into answer.

Inputs

lhs
A vector value table.
rhs
A vector value table.

Outputs

answer
A vector value table.

Comments

  • lhs, rhs, and answer must be in vector format.
  • If lhs is a constant value table (created by the Constant operator), no records will be added to the answer table.

Syntax

cross(lhs,rhs)

XML Example

<call name="Cross" lhs="lhs_tab" rhs="rhs_tab" answer="ans_tab" />