<div dir="ltr">Hi all, pardon me for this silly question on itk::Matrix. Why do I need to transpose a translation matrix after I copy the [x,y,z] translation values to the matrix[3].<div><br></div><div>I know conceptually it should not really matter whether its row or col major so long as you canĀ </div>
<div>post multiply or pre multiply with another vector. But the way operator*() works only allows for</div><div>Matrix * P, and when I test the simple case of TranslationMatrix * Point, I would have to transpose the matrix. If I could also do Point * TranslationMatrix, then i wouldn't need to transpose.</div>
<div><br></div><div>Any ideas?</div><div><div><br></div>-- <br>Regards,<br>Vincent<br>
</div></div>