scipp.cross# scipp.cross(x, y)# Element-wise cross product. Parameters: x (TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])) – Left hand side operand. y (TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])) – Right hand side operand. Raises: scipp.DTypeError – If the dtype of the input is not vector3. Returns: TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any]) – The cross product of the input vectors.