Cross Product

Compute the cross product of two (arrays of) vectors of the same size The cross product of two 3d vectors is a vector perpendicular to both inputs If arrays of vectors are provided, the cross-product is computed row-wise between a and b

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

A (a)

vectord[3], vectorf[3], vectorh[3], vectord[3][], vectorf[3][], vectorh[3][]

The first vector in the cross product

B (b)

vectord[3], vectorf[3], vectorh[3], vectord[3][], vectorf[3][], vectorh[3][]

The second vector in the cross product

Outputs

Name

Type

Description

Default

Product (product)

vectord[3], vectorf[3], vectorh[3], vectord[3][], vectorf[3][], vectorh[3][]

The resulting product