Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 720 Bytes

File metadata and controls

13 lines (10 loc) · 720 Bytes

Dragon Fractal Animation (Rotation Method)

1. Problem to Solve
  • Constructing the particular sets of points, of which, when connected form an iteration. FracItera

YouTube : FractalDragon

2. Animating each iteration
  • Between each iteration, make duplicate of a shape, and rotate the duplicate about the last point of the generated points.
  • After animation, display the successive fractal on screen without delay
  • For following iteartion, repeat the same process