jan-mue/geometer

Line.perpindicular() fails

Closed this issue · 2 comments

mcow commented

version = 0.3.4
Python (windows) 3.11.1

This simple case throws TensorComputationError:

>>> PAIR = [Point(-5, 2), Point(5, 2)]
>>> ll = Line(PAIR)
>>> ll
Line([Point(-5, 2), Point(5, 2)])
>>> ll.perpendicular(Point(0,2))

There‘s a problem with the way you create the line object. See my comment in #104

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.