LICENSE
README.md
pyproject.toml
bgplot/__init__.py
bgplot.egg-info/PKG-INFO
bgplot.egg-info/SOURCES.txt
bgplot.egg-info/dependency_links.txt
bgplot.egg-info/requires.txt
bgplot.egg-info/top_level.txt
bgplot/core/codes.py
bgplot/core/formatter.py
bgplot/core/logger.py
bgplot/entities/__init__.py
bgplot/entities/axes.py
bgplot/entities/line.py
bgplot/entities/oriented_point.py
bgplot/entities/plane.py
bgplot/entities/point.py
bgplot/entities/vector.py
bgplot/features/graphics/graphics.py
bgplot/features/graphics/core/colors.py
bgplot/features/graphics/use_cases/axes_plotting.py
bgplot/features/graphics/use_cases/line_plotting.py
bgplot/features/graphics/use_cases/path_plotting.py
bgplot/features/graphics/use_cases/plane_plotting.py
bgplot/features/graphics/use_cases/point_plotting.py
bgplot/features/graphics/use_cases/settings.py
bgplot/features/graphics/use_cases/vector_plotting.py
bgplot/features/operations/operations.py
bgplot/features/operations/use_cases/angles.py
bgplot/features/operations/use_cases/distances.py
bgplot/features/operations/use_cases/intersections.py
bgplot/features/operations/use_cases/projections.py
bgplot/features/operations/use_cases/rotations.py