The Beauty of Recursion | 4K

Опубликовано: 22 Июнь 2024
на канале: Chirag Dudhat
2,126
102

The initial shape is made of following vertices. You make a copy of this shape, rescale it ( rotate it if necessary ) and place this mini copy on one of the side of the initial shape and you keep doing it recursively with the shape you get. The flag array tells you which sides to avoid.

vertices = {[-2, 0], [0, 0], [0, 2], [-1, 1], [1, 1], [0, 2], [0, 0], [2, 0]}
flag = [ 1, 0, 0, 1, 0, 0, 1 ]

Music : "Next Station" by Adrian Berenguer


Смотрите видео The Beauty of Recursion | 4K онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Chirag Dudhat 22 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,12 раз и оно понравилось 10 людям.