Top "Spiral" questions

A spiral is a two- or three-dimensional shape composed of lines which continuously wrap around a center point.

Java: draw a rectangular spiral with drawLine

I'm working on a Java programming exercise where I'm supposed to draw a rectangular spiral with the drawLine method. Here's …

java graphics spiral