I need to create an circle image with 1 to12 pipes on the edge of the circle (like a clock)
I start with a large circle type image. On this image I need to add multiple transparent images of pipes that fit around the original circle (like clock hands). There can be one to 12 pipes added to a circle. The user adds pipes from zero to 360 degrees.
I can do this if I can drop centre rotated images of a pipe images on top of the origional circle image specifying they be rotated to o to 360. I believe I need to use the matrix method???
Before I start I just thought I'd ask for some advise before I possibly go off in the wrong direction.
For the curious amoungst you these are pipes atteched to a manhole barrel burried in the ground.
rhubka
Member
97 Points
20 Posts
add a rotated image based on it's centre coordinate
Dec 17, 2005 04:09 AM|LINK
I start with a large circle type image. On this image I need to add multiple transparent images of pipes that fit around the original circle (like clock hands). There can be one to 12 pipes added to a circle. The user adds pipes from zero to 360 degrees. I can do this if I can drop centre rotated images of a pipe images on top of the origional circle image specifying they be rotated to o to 360. I believe I need to use the matrix method???
Before I start I just thought I'd ask for some advise before I possibly go off in the wrong direction.
For the curious amoungst you these are pipes atteched to a manhole barrel burried in the ground.
Thanks