Skip to content

aaronferrucci/tesselateddodecagonr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesselating a dodecagon with R

Definitions

A tessellation of a flat surface is the tiling of a plane using one or more geometric shapes, called tiles, with no overlaps and no gaps. (https://en.wikipedia.org/wiki/Tessellation)

... a dodecagon or 12-gon is any twelve-sided polygon. (https://en.wikipedia.org/wiki/Dodecagon)

History

I first learned how to tesselate a dodecagon from Col. Robert S. Beard's "patterns in space" (https://www.goodreads.com/book/show/2677592-patterns-in-space). I saw it as an exercise to be done while sitting at a desk, with compass-and-straightedge. Later, in 1999, I realized the pattern on a grander scale:

I documented the method of construction, using PostScript to draw the figures: http://www.antfarm.org/~aaronf/td/tdhowto.html

Motivation

My goal is to tesselate a dodecagon using R and ggplot, with the final result rendered as an animated GIF. The ulterior motive is to see how well these tools work for geometric depiction.

A tesselation

About

Tesselating a dodecagon with R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages