Skip to main content

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 3, returns its vectorial product.

linear_algebra.vectorial_product.calc.png