c = a × b
Calculates the cross product of the 3-element vectors a and b, and stores the result in the 3-element vector c
a
b
c
a 3-element vector object
a 3-element vector in which to store the result
c as the cross product of a and b
Generated using TypeDoc
c = a × b
Calculates the cross product of the 3-element vectors
a
andb
, and stores the result in the 3-element vectorc