summaryrefslogtreecommitdiffstats
path: root/AutoVisual
Commit message (Collapse)AuthorAgeFilesLines
* AutoVisual/IGPFamily.pde: Adding functions for setting stroke and fillDavid Runge2016-01-021-3/+32
| | | | | colors. Updating createDiagonalConstructionLinesOnAlphaCircle() to use alphaCircleVectorsSixteen ArrayList.
* AutoVisual/IGPSquare.pde: Switching to extendLine() when calculatingDavid Runge2016-01-021-28/+29
| | | | PVectors for 12 and 16 parts setups on outer square.
* AutoVisual/IGPFamily.pde: Adding ArrayList with PVectors for a 16 partsDavid Runge2016-01-021-0/+18
| | | | setup on the alpha circle.
* AutoVisual/IGPFamily.pde: Adding functions for to find intersectionsDavid Runge2016-01-021-0/+37
| | | | | | between lines (lineIntersections()), extend lines up until a given limit in one dimension (extendLine()) and to get the angle between two PVectors relative to the first one (angleBetweenTwoVectors()).
* AutoVisual/IGP{Family,Square}.pde: Simplifying ↵David Runge2016-01-012-5/+10
| | | | createDiagonalConstructionLines{OnOuterSquare,OnAlphaCircle}(). Adding createDiagonalconstructionLinesOnOuterSquare() to IGPSquare class.
* AutoVisual/IGPFamily.pde: Expanding the createCircle() function by anDavid Runge2015-12-311-3/+3
| | | | additional parameter for the diameter.
* AutoVisual/IGPFamily.pde: Added functionality to create inner trianglesDavid Runge2015-12-311-0/+15
| | | | | in the alpha circle (createInnerTriangle() and createInnerTriangleTilted()).
* AutoVisual/IGPHexagon.pde: Moving createInnerHexagon to super class.David Runge2015-12-311-18/+0
|
* AutoVisual/IGPFamily.pde: Adding function to add a inner hexagon, tiltedDavid Runge2015-12-311-0/+41
| | | | (createInnerHexagonTilted()).
* Adding createDividingLines() functionality.David Runge2015-12-311-0/+11
|
* Separating createDividingLines() creatingDividingConstructionLines()David Runge2015-12-311-13/+29
| | | | functionality. Differentiating between amount of parts of square geometric.
* AutoVisual/IGPSquare.pde: Retabbing document.David Runge2015-12-301-74/+75
|
* AutoVisual/IGPPentagon.pde: Retabbing document.David Runge2015-12-301-6/+6
|
* AutoVisual/IGPHexagon.pde: Retabbing document.David Runge2015-12-301-49/+49
|
* AutoVisual/IGPFamily.pde: Removing stale comments.David Runge2015-12-301-1/+0
|
* AutoVisual/IGPPentagon.pde: Further finishing on the basic construction ↵David Runge2015-12-301-15/+30
| | | | circles for a Pentagon setup. Separating display() and displayConstructionLines() functionality.
* AutoVisual/IGPSquare.pde: Setting up constructionCircleCenters properly. ↵David Runge2015-12-301-13/+9
| | | | Separating display() and displayConstructionLines() functionality.
* 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/IGPFamily.pde: Separating PVectors on alpha circle and mid points ↵David Runge2015-12-301-56/+58
| | | | of construction circles.
* AutoVisual: First commit of AutoVisual, a sketch based upon Islamic ↵David Runge2015-12-305-0/+362
Geometric Patterns by Eric Broug. Partially functioning implementations of square, pentagon and hexagon base patterns.