![]() |
Synthia
Generic and flexible data structure generator
|
Generates two-dimensional points producing a spiral pattern.
The points are generated by composing pickers as in the following diagram:
This variation shows the use of the Tick picker. The radius of the first point is either 0 or 1, and each successive radius increments by a fixed amount of π/6. On its side, the starting angle is randomly selected between four values, and each successive angle is incremented by a fixed amount of π/6. This results in a spiral pattern with slight variations.
Definition at line 42 of file Variation3.java.
Static Public Member Functions | |
| static void | main (String[] args) |
|
static |
Definition at line 46 of file Variation3.java.