Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify order in which matrix and transform are applied from ChunkTransformationMatrix #1904

Open
dstansby opened this issue Aug 22, 2024 · 0 comments

Comments

@dstansby
Copy link

Your idea

ChunkTransformationMatrix is a:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant