How to do costomized transform?

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.

check the node "SetMatrix (Transform). that should help you. you have to feed in your matrix as a spread.

SetMatrix (Transform) shall be exactly what you want.

What other program mya i ask?