| A natural polygon is a multi-sided shape where all sides and all angles are
equivalent. Each of the five Base Factors has an associated natural polygon (ie: Base 5
- pentagon, Base 6 - hexagon, etc)
Each Tile Set also has an available equilateral triangle
Base Factor 6 and Base Factor 8 will each generate a square as one of the available
rhombuses
In determining the size of the angle to define a Natural Polygon (not including the
rhombus or the equilateral triangle), TileDreams will calculate:
Angle = (BaseFactor - 2) * (360o/(BaseFactor * 2))
|