-
Notifications
You must be signed in to change notification settings - Fork 14
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
Additional hidden layers and parenting docs #89
Conversation
Clarify semantics and interactions.
docs/specs/layers.md
Outdated
When the `parent` property points to another layer, the referencing layer's current transformation | ||
matrix (CTM) is composed with the parent CTM: | ||
|
||
$$CTM(child) = Transform(child) \times CTM(parent)$$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would normally write this in inverted order, but I think this is aligned with the proposed matrix/operations format. @mbasaglia please confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it should be parent x child
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
This reverts commit 794b1cb.
This reverts commit 0cb18f5.
Clarify semantics and interactions.