ó
¡¼™\c           @   s  d  Z  d d l m Z m Z m Z d d l m Z m Z m Z m	 Z	 m
 Z
 m Z m Z m Z m Z d d l m Z d d l m Z m Z d d l m Z m Z m Z m Z m Z d d l m Z m Z m Z m Z m Z m  Z  m! Z! d d l" m# Z# d d	 l$ m% Z% d d
 l& m' Z' d S(   sÜ   
A geometry module for the SymPy library. This module contains all of the
entities and functions needed to construct basic geometrical data and to
perform simple informational queries.

Usage:
======

Examples
========

iÿÿÿÿ(   t   Pointt   Point2Dt   Point3D(	   t   Linet   Rayt   Segmentt   Line2Dt	   Segment2Dt   Ray2Dt   Line3Dt	   Segment3Dt   Ray3D(   t   Plane(   t   Ellipset   Circle(   t   Polygont   RegularPolygont   Trianglet   radt   deg(   t   are_similart   centroidt   convex_hullt   idifft   intersectiont   closest_pointst   farthest_points(   t   GeometryError(   t   Curve(   t   ParabolaN((   t   __doc__t   sympy.geometry.pointR    R   R   t   sympy.geometry.lineR   R   R   R   R   R   R	   R
   R   t   sympy.geometry.planeR   t   sympy.geometry.ellipseR   R   t   sympy.geometry.polygonR   R   R   R   R   t   sympy.geometry.utilR   R   R   R   R   R   R   t   sympy.geometry.exceptionsR   t   sympy.geometry.curveR   t   sympy.geometry.parabolaR   (    (    (    s6   lib/python2.7/site-packages/sympy/geometry/__init__.pyt   <module>   s   @(4