Published
Edited
Nov 29, 2021
1 fork
Also listed in…
Math
Fractal tiling
Insert cell
Insert cell
Insert cell
Insert cell
IFS = new IteratedFunctionSystem([
scale(1 / Math.sqrt(2)).compose(rotate(45 * degree)),
shift([1, 0]).compose(scale(1 / Math.sqrt(2)).compose(rotate(45 * degree)))
])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {
IteratedFunctionSystem,
AffineFunction,
shift,
scale,
rotate,
degree
} from "@mcmcclur/iteratedfunctionsystem-class"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more