Questions about Hilbert Curve - NicholasArnaud/Unity-ProceduralGeneration GitHub Wiki

  • Why do all variables applied to the algorithm are divided by 2?
  • Why does it add "yi, yj" to the division? What is affected by removing or changing them?
  • Third iteration further divides the addition by two. Does this cause the down movement?
  • Is the algorithm bound to a certain space regardless the amount of iterations? Could you bind it?