public void Remove(ControlPointVec f) { this.List.Remove(f); }
public void Add(ControlPointVec f) { this.List.Add(f); }