tocsoft opened this issue 8 years ago · 0 comments
var star = new Star(40, 40, 3, 10, 20); var intersections = star.FindIntersections(new Vector2(0, 30), new Vector2(100, 30)).ToArray();
returns 3 points instead an even number of them.