Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created October 12, 2017 15:15
Show Gist options
  • Save grkvlt/f58fdd97da764e282e379f1e9dff047c to your computer and use it in GitHub Desktop.
Save grkvlt/f58fdd97da764e282e379f1e9dff047c to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
AffineTransform getTransform();
default Point2D apply(Point2D src) {
return getTransform().transform(src, null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment