RouteMixed.get_points

RouteMixed.get_points() ndarray

Assembles the list of points for the route by concatenating: head_pts + intermediate_pts, tail_pts.

Returns:

((H+N+T)x2) all points (x,y) of the CPW

Return type:

np.ndarray