Hi,

I have 3 known points, which are mapped to another 3 known points.
p1 -> p1'
p2 -> p2'
p3 -> p3'

From those 6 points, how can I construct a QTransform?

Thanks!