Parameters
- from
- The index from which the points are removed. Must be in the range [0, Coords.Count - 1] inclusive.
- to
- The index up to which the points are removed. Must be in the range [from, Coords.Count - 1] inclusive. The to index is excluded from the indices that are removed. For example, if from = 3, to = 7, then the points at indices 3, 4, 5, and 6 will be removed.