Your IP : 216.73.216.213
�ʴW � @ s6 d d l m Z Gd d � d e � Z e j j Z d S)� )�Imagec @ s^ e Z d Z d d � Z d d d � Z d d � Z d d � Z d
d d � Z d
d � Z d S)�Pathc C s d S)N� )�selfZxyr r �@/opt/alt/python35/lib64/python3.5/site-packages/PIL/ImagePath.py�__init__ s z
Path.__init__� c C s d S)z�
Compacts the path, by removing points that are close to each other.
This method modifies the path in place.
Nr )r Zdistancer r r �compact s zPath.compactc C s d S)zGets the bounding box.Nr )r r r r �getbbox# s zPath.getbboxc C s d S)z!Maps the path through a function.Nr )r Zfunctionr r r �map'