o
    oÇhJ  ã                   @   s   G d d„ dƒZ dS )c                   @   s$   e Zd ZdZdZdd„ Zdd„ ZdS )Ú
PlotObjectzF
    Base class for objects which can be displayed in
    a Plot.
    Tc                 C   s   | j r	|  ¡  d S d S )N)ÚvisibleÚdraw©Úself© r   úy/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/sympy/plotting/pygletplot/plot_object.pyÚ_draw   s   ÿzPlotObject._drawc                 C   s   dS )z\
        OpenGL rendering code for the plot object.
        Override in base class.
        Nr   r   r   r   r   r      s   zPlotObject.drawN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   r   r      s
    r   N)r   r   r   r   r   Ú<module>   s    