Vectorial product Computes the vectorial product (or cross product) of two vectors, that is a vector orthogonal to both of them. Syntax vectorial_product(Vector, Vector) Description vectorial_product(Vector, Vector) Given two vectors in , returns its vectorial product. Related functions Versor, Perpendicular vector Table of Contents Syntax Description Related functions