CIRCLE2

Synopsis
CIRCLE2 radius
Description

Moves the turtle clockwise along a circle of the given radius. The turtle ends in the same position in which it starts.

Example

A 2D example:

CIRCLE2 100

A 3D example:

PERSPECTIVE
REPEAT 72 [CIRCLE2 100 RIGHTROLL 5]

See Also
CIRCLE

SourceForge.net Logo