geo2d Package
=============

**geo2d.geometry**

.. automodule:: geo2d.geometry

.. currentmodule:: geo2d.geometry

Contents:

.. autosummary::
    :toctree: geometry

    get_perpendicular_to
    GeometricObject
    Point
    Vector
    BoundingBox
    Line
    Ray
    Segment
    Polygon

**geo2d.utils**

.. automodule:: geo2d.utils

Contents:

.. currentmodule:: geo2d.utils
.. autosummary::
    :toctree: utils

    find_first_missing
    float_to_2pi
    rotated
    cached_property
