inner product between two Miller indece
Syntax
d = dot(m1,m2)
d = dot(m1,m2,'antipodal')Input
| m1, m2 | Miller |
Output
| d | double, same size as |m1| and |m2| |
Options
| noSymmetry | do *not* consider sym. equiv. directions |
| max | (default) maximum dot product with respect to all sym. equiv. |
| min | minimum dot product with respect to all sym. equiv. |
| all | all dot products with respect to sym. equiv. |
| antipodal | include antipodal symmetry |