a class representing BinghamODFs
Syntax
SO3F = SO3FunBingham(kappa,A,cs)Input
| kappa | vector (shape parameter) |
| ori | 4 orthogonal orientation -> principle axes |
| cs | crystalSymmetry |
Output
| SO3F | SO3FunBingham |
Example
cs = crystalSymmetry('1');
kappa = [100 90 80 0];
ori = orientation.eye(cs);
f = BinghamODF(kappa,ori)f = SO3FunBingham (1 → y↑→x)
kappa: 100 90 80 0
weight: 1