public void RemovePoint(PitchPoint p) { _data.Remove(p); }
public void AddPoint(PitchPoint p) { _data.Add(p); _data.Sort(); }