You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3x3 or 4x4 affine transformation matrix describing spatial chunk transformation, for 2D and 3D respectively.
As I understand this encodes an affine transform in the [0:2, 0:2] or [0:3, 0:3] items of the matrix, and then a translation in the [3, 0:2] or [4, 0:3] items of the matrix.
It is not clear whether the translation is applied before or after the affine matrix however. It would be good to clarify this in the glossary for ChunkTransformationMatrix.
The text was updated successfully, but these errors were encountered:
Your idea
ChunkTransformationMatrix is a:
As I understand this encodes an affine transform in the [0:2, 0:2] or [0:3, 0:3] items of the matrix, and then a translation in the [3, 0:2] or [4, 0:3] items of the matrix.
It is not clear whether the translation is applied before or after the affine matrix however. It would be good to clarify this in the glossary for ChunkTransformationMatrix.
The text was updated successfully, but these errors were encountered: