Search found 1 match

by tsr001
2011-06-21T07:06:45-07:00
Forum: Bugs
Topic: Affine matrix from rotation and translation
Replies: 5
Views: 12507

Re: Affine matrix from rotation and translation

I'm having the same problem w/6.7.0-8. Code snippet below does not yield a rotated ellipse. Any help would be greatly appreciated.


// Draw a rotated ellipse
Image test_image2(Geometry(cols,rows),"white");
test_image2.strokeColor("black"); // Outline color
test_image2.fillColor("none"); // Fill ...