コード例 #1
0
 public Intersection(IntersectionStates state, params (double X, double Y)[] points)
コード例 #2
0
 public Intersection(IntersectionStates state)
     : this()
 {
     State = state;
     Items = new List <(double X, double Y)>();
 }