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