turtle_reset: Reset the Turtle's Position and Direction

Description Usage Details See Also Examples

Description

This function resets the Turtle's position, direction, and graphical options.

Usage

1

Details

The Turtle must be initialized prior to using this function, see turtle_init.

After a call to this function, the Turtle will be placed in the terrarium's center and it will be directed to the north.

The drawing remains unchanged.

See Also

Other TurtleGraphics: TurtleGraphics-package, turtle_do, turtle_getpos, turtle_goto, turtle_init, turtle_move, turtle_param, turtle_show, turtle_status, turtle_turn, turtle_up

Examples

1
2
3
4
5
6

TurtleGraphics documentation built on May 2, 2019, 1:07 p.m.