line 193 corrected composition of transformations
This commit is contained in:
parent
3f7786cb43
commit
bb7fbdcc88
|
@ -190,7 +190,7 @@ bool ComputeWeightedRigidMatchMatrix(Matrix44x &res,
|
||||||
Matrix44x Trn;
|
Matrix44x Trn;
|
||||||
Trn.SetTranslate(tr);
|
Trn.SetTranslate(tr);
|
||||||
|
|
||||||
res=Rot*Trn;
|
res=Trn*Rot;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue