CrossProduct ============================================= This method is used to find the cross product of two vectors. Example usage is below: c=CrossProduct(a,b) Here, “a” and “b” are two vectors and “c” is the new vector, formed after the cross product of “a” and “b”.