Parameters
- patchIndex
- The index of the patch from which points are removed. Must be in the range [0, Patches.Count - 1] inclusive.
- fromIndex
- The index from which the points are removed. Must be in the range [0, Patch.Coords.Count - 1] inclusive.
- toIndex
- The index up to which the points are removed. Must be in the range [fromIndex, Patch.Coords.Count - 2] inclusive. The toIndex 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.