CIRCLE

Synopsis
CIRCLE radius
Description

Draws a circle based on the turtle's position and the radius input. The center-point of the circle is the turtle's current position. CIRCLE does not move the turtle.

Example

A 2D example:

CIRCLE 100

A 3D example:

PERSPECTIVE
REPEAT 36 [CIRCLE 100 RIGHTROLL 5]

See Also
CIRCLE2

SourceForge.net Logo