useless matrix multiplication removed
This commit is contained in:
parent
a7e016e1ef
commit
7ddf584fac
|
@ -277,7 +277,6 @@ bool ComputeRigidMatchMatrix(Matrix44x &res,
|
|||
Matrix44x Trn;
|
||||
Trn.SetTranslate(tr);
|
||||
|
||||
res=Rot*Trn;
|
||||
res=Trn*Rot;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue