示例#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)>();
 }