1
0

finished sweepline

This commit is contained in:
2019-05-15 16:28:26 +02:00
parent 57314a0a94
commit 6e1f8bbf63
7 changed files with 91 additions and 71 deletions

View File

@@ -4,7 +4,7 @@ namespace TMI_practicum
{
public readonly double X;
public readonly double Y;
public Intersection(double x, double y)
{
X = x;