Delphi-Quellcode:
//linke kugel
Formelx := round(Zeichen.Width div 2 -50+ 150*cos( (180-Move.Position)*2*Pi/360));/
Formely := round(150*sin((Move.Position)*2*Pi/360));
//rechte kugel
Formelxx := round(Zeichen.Width div 2 +20 + 150*cos( (360+Move.Position)*2*Pi/360));
Formelyy := round(150*sin((360+Move.Position)*2*Pi/360));
wie könnte ich in diese rechnung jetzt geschwindigkeit v einbeziehen?
danke

Nico