Cross¶
This function allows you to take the cross product.
Examples for all the possible use cases are provided below.
- omtools.std.cross.cross(in1, in2, axis: int)¶
This can the cross product between two inputs.
- Parameters
- in1: Variable
The first input for the cross product.
- in2: Variable
The second input for the cross product.
- axis: int
The axis along which the cross product is taken. The axis specified must have a value of 3.