Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created October 15, 2017 20:02
Show Gist options
  • Save grkvlt/17061319c848a96796bd457f6cd2ff92 to your computer and use it in GitHub Desktop.
Save grkvlt/17061319c848a96796bd457f6cd2ff92 to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
@XmlAttribute
private String name;
@XmlElementWrapper(name = "Transforms")
@XmlElement(name = "Transform")
private List<Transform> transforms = Lists.newLinkedList();
@XmlElementWrapper(name = "Reflections")
@XmlElement(name = "Reflection")
private List<Reflection> reflections = Lists.newLinkedList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment