change interface of transformation merging

This commit is contained in:
Johannes Schönberger
2012-07-15 15:47:12 +02:00
parent b2ca833509
commit 4dcf8528bf
2 changed files with 2 additions and 15 deletions
@@ -135,7 +135,6 @@ def test_union():
translation2 = (0, 0)
tform2.from_params(scale2, rotation2, translation2)
tform = tform1.union(tform2)
tform = tform1 + tform2
tform = tform1 * tform2