summaryrefslogtreecommitdiffstats
path: root/AutoVisual/IGPHexagon.pde
Commit message (Collapse)AuthorAgeFilesLines
* AutoVisual/IGP{Family,Hexagon,Pentagon,Square}.pde: Removing display() ↵David Runge2016-01-041-25/+21
| | | | function in lower level classes, moving all calls to create* methods to displayConstructionLines(). Refactoring outerSquareVectors* ArrayLists to {twelve,sixteen}BaseVectorsOnOuterSquare, to separate their usage more obviously from creating vectorsOnOuterSquare ArrayLists holding all PVectors necessary to display geometric patterns with end points on the outer square.
* AutoVisual/IGPHexagon.pde: Removing direct call to stroke().David Runge2016-01-021-2/+0
|
* AutoVisual/IGP{Family,Hexagon,Square}.pde: Renaming toDavid Runge2016-01-021-19/+19
| | | | outerSquareVectors/ outerSquareVectorsSixteen.
* AutoVisual/IGPHexagon.pde: Moving createInnerHexagon to super class.David Runge2015-12-311-18/+0
|
* AutoVisual/IGPHexagon.pde: Retabbing document.David Runge2015-12-301-49/+49
|
* AutoVisual/IGPHexagon.pde: Separating PVectors on alpha circle and mid ↵David Runge2015-12-301-39/+40
| | | | points of construction circles and PVectors derived from the latter.
* AutoVisual: First commit of AutoVisual, a sketch based upon Islamic ↵David Runge2015-12-301-0/+96
Geometric Patterns by Eric Broug. Partially functioning implementations of square, pentagon and hexagon base patterns.