compute maximum dot(o1,o2) modulo symmetry
Syntax
d = dot(o1,o2)d = dot(o1,o2,'noSymmetry')Input
| o1, o2 | orientation |
Output
| d | cos(omega/2) where omega is the smallest rotational angle of inv(o1)*o2 |
Options
| noSymmetry | ignore all symmetries |
compute maximum dot(o1,o2) modulo symmetry
d = dot(o1,o2)d = dot(o1,o2,'noSymmetry')
| o1, o2 | orientation |
| d | cos(omega/2) where omega is the smallest rotational angle of inv(o1)*o2 |
| noSymmetry | ignore all symmetries |