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

**geo2d.geometry**

.. currentmodule:: geo2d.geometry
.. autosummary::
    :toctree: geometry

    GeometricObject
    Point
    Vector
    BoundingBox
    Line
    Ray
    Segment
    Polygon

**geo2d.utils**

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

    find_first_missing
    float_to_2pi
    rotated
    cached_property
