Converts an array of paths to an array of points.
def PathArrayPoints( inPaths: list[Path], / ) -> outPoints: list[Point2D]