Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Mar 22, 2024
1 parent 89fca9b commit a55b09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SO3Fun/@SO3Fun/transformReferenceFrame.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
% ori = orientation.rand(cs1)
% odf1 = SO3FunHarmonic(unimodalODF(ori))
% %odf1 = BinghamODF([1 0 0 0],ori)
% %odf1 = SO3FunHandle(@(ori) odf1.eval(ori),odf1.CS)
% odf2 = transformReferenceFrame(odf1,cs2)
%
% plotPDF(odf1,Miller({1,0,0},{0,0,1},{0,1,0},cs1))
Expand Down
1 change: 1 addition & 0 deletions doc/Rotations/RotationSpinTensor.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@
% in specimen coordinates

v = log(ori,ori_ref,SO3TangentSpace.leftVector)
S = log(ori,ori_ref,SO3TangentSpace.leftSpinTensor)
exp(v,ori_ref,SO3TangentSpace.leftVector)

0 comments on commit a55b09e

Please sign in to comment.