Recent content by Zoltan

  1. Z

    Constant Speed Motion on Elliptical Path

    how i would do that ? :)
  2. Z

    Constant Speed Motion on Elliptical Path

    I need them to move at its own constant velocity AND complete circuit at the same time :) I understand that if you would take speed same as on circle, you would get the point on ellipse finish faster, if it was constant speed, thus i would need the speed on ellipse also get slower while...
  3. Z

    Constant Speed Motion on Elliptical Path

    thank you for your reply. But i am a bit lost in the stuff you posted :) Is this supposed to provide new positions for the point on ellipse or is it just evening out the increments, to make the speed constant (i.e. adjusting the position of existing point ) ? If you would write down a bit...
  4. Z

    Constant Speed Motion on Elliptical Path

    Thanks for suggestion, tho i am not exactly sure how i would do that :) I don't how i would find distance between the two points, i think that finding direct distance wouldn't work, it would have to be distance on the elipse, which i am not sure how to do. I might would be able to figure that...
  5. Z

    Constant Speed Motion on Elliptical Path

    Hi guys, i would need some help with movement on ellipse. I am using basicequation for figuring out position on ellipse : basically getting degree, converting that to radians and using radians to figure out posX and Y. Basic stuff. degree += speed * Time; radian = (degree/180.0f) *...
  6. Z

    Move Point along multiple lines

    Hi, i got problem i am trying to solve. Basicly i got point moving along bunch of lines ( either rectangles/triangles it is custom, generated in code ). I am using this equation to find out x,y coordinates for moving along specific line : (its taken from code ) x = x1 + center.x + (x2 - x1)...
Back
Top