Your IP : 216.73.216.196


Current Path : /opt/alt/python310/lib64/python3.10/turtledemo/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/turtledemo/__pycache__/fractalcurves.cpython-310.opt-1.pyc

o

0�i�
�@sXdZddlTddlmZmZGdd�de�Zdd�Ze	dkr*e�Z
ee
�e�d	Sd	S)
a&      turtle-example-suite:

        tdemo_fractalCurves.py

This program draws two fractal-curve-designs:
(1) A hilbert curve (in a box)
(2) A combination of Koch-curves.

The CurvesTurtle class and the fractal-curve-
methods are taken from the PythonCard example
scripts for turtle-graphics.
�)�*)�sleep�perf_counterc@s$eZdZdd�Zdd�Zdd�ZdS)�CurvesTurtlecCs�|dkrdS|�|d�|�||d|�|�|�|�|d�|�||d|�|�|�|�||d|�|�|d�|�|�|�||d|�|�|d�dS)Nr�Z�)�left�hilbertZforward�right)�self�size�levelZparity�r�?/opt/alt/python310/lib64/python3.10/turtledemo/fractalcurves.pyr	s


zCurvesTurtle.hilbertcCs�ddl}d||�|j|�}|��|�|�|��|�dd|d|�t|�D]}|�|||�|�d|�q.|�	dd|d|�|��|�
|�|��dS)Nr��rih)�mathZsinZpi�pu�fd�pd�rt�range�fractal�ltZbk)r�nZradZlev�dirrZedge�irrr�
fractalgon/s

zCurvesTurtle.fractalgoncCs�|dkr|�|�dS|�|d|d|�|�d|�|�|d|d|�|�d|�|�|d|d|�|�d|�|�|d|d|�dS)Nr��<�x)rrrr)rZdistZdepthrrrrrBs
zCurvesTurtle.fractalN)�__name__�
__module__�__qualname__r	rrrrrrrsrcCs�t�}|��|�d�|��|���dd�|��d}|�d|d|�|��t	�}|�
d�|��|�|�|�
|dd�|�|�td�D]}|�d�|�|d	|d
�qM|��td
�D]}|�|�|�d�qh|��td�D]}|�|d|d
�|�d�q}|��t	�}d
||}td�|��|�d�|��|���dd�t	�}|�dd�|��|�dddd�|��|��|�d�|�dddd�|��t	�}|d||7}|S)Nrr�i���i��Zredrr�@r��BzHilbert: %.2fsec. ZblackZblue������zKoch: %.2fsec.)r�resetZspeedZhtZ	getscreenZtracerrZsetposr�clockZ	fillcolorZ
begin_fillrr	rrrZend_fillrZcolorr)ZftrZtar�tb�resrrr�mainNs\







r/�__main__N)
�__doc__Zturtle�timerrr,ZPenrr/r!�msg�printZmainlooprrrr�<module>s=9
�