Example #1
0
 public TSegment(TPoint _first, TPoint _last)
 {
     first = _first;
     last  = _last;
 }