CROSS Cross Product of Two Vectors
Section: Mathematical Functions
Usage
Computes the cross product of two vectors. The general syntax for its use isc = cross(a,b)
where a
and b
are 3-element vectors.
Section: Mathematical Functions
c = cross(a,b)
where a
and b
are 3-element vectors.