Skip to content

Commit

Permalink
Fix last remaining Vec4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Feb 26, 2024
1 parent 8419f51 commit a8c7075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registration/InertiaAlign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ void InertiaAlign::init()

//Construction of S
MTransformSource(3,3) = 1;
Vector4 TranslationSource;
Vec4 TranslationSource;

MTransformSource(0,3) = -(*sourceC.beginEdit())[0];
MTransformSource(1,3) = -(*sourceC.beginEdit())[1];
Expand Down

0 comments on commit a8c7075

Please sign in to comment.