The class orientation represents orientations and misorientations.
Syntax
ori = orientation(rot)
ori = orientation.byEuler(phi1,Phi,phi2,cs,ss)
ori = orientation.byEuler(alpha,beta,gamma,'ZYZ',cs,ss)
ori = orientation.byMiller([h k l],[u v w],cs,ss)
ori = orientation.byAxisAngle(v,omega,cs,ss)
ori = orientation.byMatrix(A,cs)
ori = orientation.map(u1,v1,u2,v2,cs)
ori = orientation.goss(cs)
ori = orientation.cube(cs)Input
| rot | rotation |
| cs, ss | crystalSymmetry / specimenSymmetry |
Output
| ori | orientation |
Class Properties
| CS, SS | crystalSymmetry / specimenSymmetry |
| antipodal | grain exchange symmetry for misorientations |
| phi1, Phi, phi2 | Euler angles |
| i | inversion |
| a, b, c, d | quaternion components |
See also
DefinitionAsCoordinateTransform CrystalOperations CrystalReferenceSystem