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
Given two vectors in , returns its vectorial product.
Computes the vectorial product (or cross product) of two vectors, that is a vector orthogonal to both of them.
vectorial_product(Vector, Vector)
Given two vectors in , returns its vectorial product.