Advertisement
Guest User

Algorithm/Procedure for Hankin's Method

a guest
Dec 9th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. 1. Pick a shape from Square, Pentagon, or Hexagon. This is the unit shape for the grid (VARIABLE)
  2. 2. Choose a side and find its midpoint
  3. 3. From the midpoint, draw a center line. This will be the mirror line
  4. 4. Choose any angle between 0-90deg (VARIABLE)
  5. 5. Draw a line using the selected angle and mirror it on the center line (resembles a "V")
  6. 6. Repeat steps 2-5 on all remaining sides of the chosen shape
  7. 7. Trim lines from all sides at their first point of intersection with each other to create the star
  8. 8. Star is complete
  9.  
  10. _______________________________________________________________________
  11.  
  12. (OPTIONAL) 9. Chose a pattern to tessellate the completed star by duplicating it as needed onto the preferred grid (VARIABLE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement