On 02/05/2015 03:27 PM, Sean P. DeNigris wrote:
This seems so complicated. I would naively think that the API should do much
of this for you. For example, why doesn't it know that when there's an
offset AND a scale, the transform's offset should be adjusted by the scale?
Hi Sean,
i guess i wouldnt agree; if you look at MorphicTransform>>transform: it
very much looks to me like the natural way of first doing a translation
and then a scaling. for me they are independent transformations and
mixing them up only complicates things if you are doing more involved
things.
werner