You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Points Lines Planes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ enum Slope {
29
29
```
30
30
`Line2D` also contains a `Direction` enum. This is introduced in order to make lines directional in order to be able to determine what is left and right of a certain line. It is `.increasing` if the line points in positive y direction and `.decreasing` if it points in the negative y direction.
31
31
32
-
`Line2D`'s offset is the the y-coordinate where the line crosses the vertical x=0 line
32
+
`Line2D`'s offset is the the y-coordinate where the line crosses the vertical `x=0` line.
33
33
34
34
*Written for the Swift Algorithm Club by Jaap Wijnen.*
0 commit comments