SO3Grid
(method of SO3Grid)
represent orientations in a gridded structure to allow quick access
Syntax
S3G = regularSO3Grid(CS) S3G = regularSO3Grid(CS,SS,'resolution',2.5*degree) % specify the resolution S3G = regularSO3Grid(CS,SS,'resolution',5*degree,'ZYZ') % use ZYZ convention S3G = regularSO3Grid(CS,SS,'phi2','sections',10) % 10 phi2 sections S3G = regularSO3Grid S3G = equispacedSO3Grid(CS,SS,'points',n) S3G = equispacedSO3Grid(CS,'resolution',res)
% fill only a ball with radius of 20 degree S3G = equispacedSO3Grid(CS,'maxAngle',20*degree)
Input
CS | |||||||||
SS | |||||||||
n |
approximate number of points |
||||||||
res |
resolution in radiant tut |
||||||||
S3G | |||||||||
param,val | Parameters and values that control SO3Grid
|
||||||||
param | Options that control the SO3Grid behavior
|
MTEX 5.2.beta1 |