RouteMeander.get_points#
- RouteMeander.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
Assembles the list of points for the route by concatenating: head_pts + intermediate_pts, tail_pts.
((H+N+T)x2) all points (x,y) of the CPW
np.ndarray