xguardianx
New member
- Joined
- Mar 19, 2006
- Messages
- 1
I'm faced with the following math problem in my program:
There is a point on the circle. The circle is moving to right by X amount only in horizontal direction. At the same time, the point is rotating counter-clockwise by "alpha" radians.
When the circle has moved by X amount, what is the new location of this point on the circle?
Obviously, both its position in x, y has changed. How do you find the location of the new point?
Any help is appreciated and its very urgent ;-)
PS: The radius is known.
There is a point on the circle. The circle is moving to right by X amount only in horizontal direction. At the same time, the point is rotating counter-clockwise by "alpha" radians.
When the circle has moved by X amount, what is the new location of this point on the circle?
Obviously, both its position in x, y has changed. How do you find the location of the new point?
Any help is appreciated and its very urgent ;-)
PS: The radius is known.