| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
back to IGPFamily constructor. Adding the creation of diagonal lines on the outer square to the createDividingLinesOnOuterSquare() function, when parts is set to 4.
|
|
|
|
| |
level construction lines. Deleting redundant createDividingConstructionLines() function. Renaming createDividingLines() to more declarative createDividingLinesOnOuterSquare(). Creating createVectorIndicatorOnOuterSquare() function for marking PVectors on the outer square, for better debugging.
|
|
|
|
| |
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.
|
|
|
|
|
| |
get-methods (getLineIntersection(), getAngleBetweenTwoVectors(),
getVectorsOnExtendedLine()).
|
|
|
|
| |
outerSquareVectors/ outerSquareVectorsSixteen.
|
| |
|
|
|
|
| |
PVectors for 12 and 16 parts setups on outer square.
|
|
|
|
| |
createDiagonalConstructionLines{OnOuterSquare,OnAlphaCircle}(). Adding createDiagonalconstructionLinesOnOuterSquare() to IGPSquare class.
|
|
|
|
| |
functionality. Differentiating between amount of parts of square geometric.
|
| |
|
|
|
|
| |
Separating display() and displayConstructionLines() functionality.
|
|
Geometric Patterns by Eric Broug. Partially functioning implementations of square, pentagon and hexagon base patterns.
|