TODO
please expand this chapter
cs = crystalSymmetry('432')
plot(cs)
hold on
plot(cs.fundamentalSector,'color','Red')
hold offcs = crystalSymmetry
symmetry: 432
elements: 24
a, b, c : 1, 1, 1
sR = cs.fundamentalSectorsR = sphericalRegion
edge normales: 5sR.Nans = vector3d (y↑→x)
size: 1 x 5
x y z
0 -0.707107 0.707107
-0.707107 0 0.707107
1 0 0
0 1 0
0 0 1v = Miller(2,3,1,cs)v = Miller (432)
h k l
2 3 1We may check whether a direction is inside the fundamental region by the command checkInside
sR.checkInside(v)ans =
logical
0v.project2FundamentalRegionans = Miller (432)
h k l
1 2 3hold on
plot(v)
plot(v.project2FundamentalRegion,'MarkerFaceColor','Red')
hold off