Beispiel #1
0
 // For conveniency
 public static Line operator +(Line lhs, Line rhs)
 {
     return(Line.Add(lhs, rhs));
 }