Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Last active October 15, 2017 20:19
Show Gist options
  • Save grkvlt/6c32bd072f7e833c7f1b014c53c18646 to your computer and use it in GitHub Desktop.
Save grkvlt/6c32bd072f7e833c7f1b014c53c18646 to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
public class Preferences extends AbstractPropertyDialog<Preferences> {
private final Property<Mode> mode;
private final Property<Render> render;
private final Property<CoordinateTransform.Type> transform;
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment