represent orientations in a gridded structure to allow quick access
Syntax
S3G = homochoricSO3Grid(CS)
S3G = homochoricSO3Grid(CS,SS,'resolution',2.5*degree) % specify the resolution
S3G = homochoricSO3Grid(CS,SS,'N', 100000) % specify the number of orientations% fill only a ball with radius of 20 degree
S3G = equispacedSO3Grid(CS,'maxAngle',20*degree)Input
| CS | crystalSymmetry |
| SS | specimenSymmetry |
| res | resolution in radiant |
Output
| S3G | homochoricSO3Grid |
Options
| maxAngle | radius of the ball to be filled |