Quaternion Function Reference

cross

Cross product of two pure 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, which must be pure quaternions, or octonions. This function is a synonym for vector_product.

See Also

QTFM function: vector_product
MATLAB® function: cross

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.