Python/graphics
algobytewise 6bb9a027bb
Implementation of the algorithm for the Koch snowflake (#4207)
* Add files via upload

Implementation of the algorithm for the Koch snowflake

* added underscore to variable names

* added newline and comment

I fixed the sorting of the imports and I added a comment to the plot-function to explain what it does and why it doesn't use a doctest. Thank you to user mrmaxguns for suggesting these changes.

* fixed accidental newline in the middle of expression

* improved looping

* moved "koch_snowflake.py" from "other" to "graphics"

* Update koch_snowflake.py

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-02-20 14:09:39 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
bezier_curve.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
koch_snowflake.py Implementation of the algorithm for the Koch snowflake (#4207) 2021-02-20 14:09:39 +01:00
vector3_for_2d_rendering.py Fix all errors mentioned in pre-commit run (#2512) 2020-09-30 10:38:00 +02:00