We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6c1e8 commit 2303586Copy full SHA for 2303586
vicutils/geometry/geometry.py
@@ -2,6 +2,7 @@
2
3
from functools import cache
4
5
+
6
class Line:
7
"""Represents an infinite line in 2D space using equation ax + by = c"""
8
0 commit comments