elipse

Started by
0 comments, last by the origin 21 years, 9 months ago
hi i search a way to move a comet in a way like an elipse around the sun is there a way to scale a rotation ? or how can i doo this ? ciao
Advertisement
Perhapes something like this :

PosisionCometX=cos(CurrentDegrees);
PosisionCometY=sin(CurrentDegrees)*2;

this will make Y axis 2 Times longer then X so it will be squashed.
"I seek knowledge and to help those who also seek it"

This topic is closed to new replies.

Advertisement