Skip to content

Commit 2d0b356

Browse files
committedFeb 19, 2022
Remove TODO
1 parent 965fda7 commit 2d0b356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎displayio_cartesian.py

-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ def add_plot_line(self, x: int, y: int) -> None:
650650
slope = delta_y / delta_x
651651

652652
if delta_y_product < 0:
653-
# TODO: Area needs to be split into two triangles
654653

655654
intercept = self.plot_line_point[-1][1]
656655
zero_point_x = (-1 * intercept) / slope

0 commit comments

Comments
 (0)
Please sign in to comment.