void del(CLpoint lpoint) { this.points.Remove(lpoint); }
void add(CLpoint lpoint) { this.points.Add(lpoint); }