cross#

ReciprocalLatticeVector.cross(other)[source]#

Cross product between reciprocal lattice vectors producing zone axes \([uvw]\) or \([UVTW]\) in the direct lattice.

Parameters:
otherReciprocalLatticeVector

Other vectors of compatible shape to the vectors.

Returns:
orix.vector.Miller

Direct lattice vector(s) \([uvw]\) or \(UVTW\), depending on whether the vector’s coordinate_format is hkl or hkil, respectively.