addLastSegment method

void addLastSegment()

Add last offset point

Implementation

void addLastSegment() {
  segList.addPt(offset1.p1);
}