Home
last modified time | relevance | path

Searched refs:setheading (Results 1 – 25 of 117) sorted by relevance

12345

/dports/math/reduce/Reduce-svn5758-src/packages/plot/
H A Dturtle.tst16 {setheading(i*10), forward 100, back 100} };
22 {setheading(i*10), forward 100, back 95} };
28 {setheading(i*10), forward 20, turnleft 20, forward 20, turnleft 20,
85 draw {home(), setheading(90), tree(130,7)};
99 turnright(60), forward 150, setheading(i*3.6)} };
112 turnright(60), forward 150, setheading(i*3.6)} }$
/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python-legacy/Python-2.7.18/Demo/turtle/
H A Dtdemo_bytedesign.py76 self.setheading(oldh)
82 self.setheading(oldh)
97 self.setheading(oldh)
106 self.setheading(oldh)
H A Dtdemo_clock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python27/Python-2.7.18/Demo/turtle/
H A Dtdemo_bytedesign.py76 self.setheading(oldh)
82 self.setheading(oldh)
97 self.setheading(oldh)
106 self.setheading(oldh)
H A Dtdemo_clock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python-tools/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python39/Python-3.9.9/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python38/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/python311/Python-3.11.0a3/Lib/turtledemo/
H A Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
H A Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dlexer.en.l96 setheading (setheading|sethead)
197 {setheading} { IS_TOK(TOK_SETHEADING); }
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_turtle.py375 self.nav.setheading(102.32)
377 self.nav.setheading(-123.23)
379 self.nav.setheading(-1000.34)
381 self.nav.setheading(300000)

12345