Adapt naming of transformation matrix
Closed this issue · 0 comments
mstoelzle commented
The code on the transformation matrices is still a bit confusing. It would be probably better to put more emphasis on the notation than on the memory consumption:
This would be at least from a notation perspective correct:
T_0_P = T_0_M*T_M_P;
Please also add some more code comments to describe what these transformation matrices are exactly doing.