Is there a way to get the inverse result of a "make transform list" list of transformation? In other words: how can i calculate the coordinates of a the original point, knowing the coordinates it has after the transformations applied though a "make transform list" node? regards michele
Feature status
- Submitted to vuo.org
- Reviewed by Team Vuo
- Open for community voting
- Chosen to be implemented
- Released
When we (Team Vuo) plan each release, we try to implement as many of the community's top-voted feature requests as we have time for.
If anyone would like to help this happen sooner, we're also accepting open source contributions and commissioned work.
Read more about how Vuo feature requests work.
Comments
Not that I know of. It could
Not that I know of. It could be done if there were an
Invert Transform
node (matrix inverse) and aTransform Point
node (applies a transform to a point, and outputs the transformed point). Converted your question to a feature request, opened for voting.Hint to anyone who might want to implement these nodes yourself: There are already functions to invert a matrix and transform a point in
type/VuoTransform.h
.