TopImage ProcessingMore Scribbles

More Scribbles

Recall that we talked about two implementations of scribbles - one as recursive structures and one represented as arrays. We can do the same thing with collections of scribbles. Here a ScribbleCollectionis is represented as an array of Scribbles, each of which is represented as an array.


TopImage ProcessingMore Scribbles