Several transform (2D/3D) objects from vvvv are designed to be easily used by simply specifying translation (x,y,z), rotate, and scale.
In my case, we want to specify a transform by giving a 4x4 by hand. The matrix is obtained by another program from calculating a geometry calibration. But, I don’t find one way to create a transform by passing a matrix(4x4). How can i do this in vvvv framework. Thanks.