Extend the path to a list of points. If this method is called on a 3D path, a Z value of 0.0 will be used for each appended point.
coords (list[tuple[float]]) – The list of 2D points to be extended to.
None