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) |
|
The first vector in the cross product |
|
B (b) |
|
The second vector in the cross product |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Product (product) |
|
The resulting product |