Quaternion Function Reference

cross

Cross product of two quaternions

Syntax

Y = cross(A, B)

Description

cross(A, B) returns the cross (or vector) product of the two arguments, elementwise on the two arrays.

The octonion version of the function will accept three parameters as well as two.

This function is a synonym for vector_product (q.v.).

See Also

QTFM function: vector_product
MATLAB® function: cross

(c) 2008-2016 Stephen J. Sangwine and Nicolas Le Bihan

License terms.