perf fixes
This commit is contained in:
@@ -21,7 +21,8 @@ namespace TMI_practicum
|
||||
return Math.Round(Math.Sqrt(Math.Pow(X - otherCircle.X, 2) + Math.Pow(Y - otherCircle.Y, 2)), 15);
|
||||
}
|
||||
|
||||
public IList<Intersection> FindIntersections(Circle c1)
|
||||
public
|
||||
IEnumerable<Intersection> FindIntersections(Circle c1)
|
||||
{
|
||||
IList<Intersection> intersections;
|
||||
double d = Distance(c1);
|
||||
|
Reference in New Issue
Block a user