Cross product of two pure quaternions
Y = cross(A, B)
cross(A, B) returns the cross (or vector) product of the two arguments, which must be pure quaternions. This function is a synonym for vector_product.
License terms.