Synthia
Generic and flexible data structure generator
examples.hypersphere.Variation3 Class Reference

Detailed Description

Generates two-dimensional points producing a spiral pattern.

The points are generated by composing pickers as in the following diagram:

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)
 

Member Function Documentation

◆ main()

static void examples.hypersphere.Variation3.main ( String[]  args)
static

Definition at line 46 of file Variation3.java.


The documentation for this class was generated from the following file: