Gets a coordinate of this triangle strip at the specified index. If index is out of range, then an error is generated.
index (int) – The index to get the point from.
tuple[float]
The point is represented as a (x, y, z) tuple.