I'm trying to resize a two dimensional array but I keep getting errors.
None of the following work:
Path = Path[..PathLength, 0..2]
Path = Path[..PathLength, ..2]
Path = Path[..PathLength, ..]
None of the following work:
Path = Path[..PathLength, 0..2]
Path = Path[..PathLength, ..2]
Path = Path[..PathLength, ..]