translation in Java 2D

M

me

Hello

I would be very grateful if someone could advise as to how to perform a
translation (translate(...)) on a Graphics2D object, using the center of
the graphic object as the rotation point.

(I ask because the object is rotating, and I've only just today started
looking at this API).

Thanks very much

Regards

J
 
G

Guest

Hello

I would be very grateful if someone could advise as to how to perform a
translation (translate(...)) on a Graphics2D object, using the center of
the graphic object as the rotation point.

(I ask because the object is rotating, and I've only just today started
looking at this API).

Thanks very much

Regards

J

Here is the algorithm:

Translate by -center.x, -center.y
Rotate by theta radians
Translate by center.x, center.y

HTH,
La'ie Techie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top