pyglpainter
pyglpainter copied to clipboard
Crash on representation
PYTHONPATH=src python3 -m pipenv run ./test/example.py
Traceback (most recent call last):
File "pyglpainter/src/pyglpainter/classes/painterwidget.py", line 401, in mouseMoveEvent
angle_between = PainterWidget.angle_between(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyglpainter/src/pyglpainter/classes/painterwidget.py", line 525, in angle_between
return math.acos(
^^^^^^^^^^
ValueError: math domain error
zsh: IOT instruction (core dumped) PYTHONPATH=src python3 -m pipenv run ./test/example.py