RouteMeander.connect_meandered#

RouteMeander.connect_meandered(start_pt: QRoutePoint, end_pt: QRoutePoint) ndarray[source]#

Meanders using a fixed length and fixed spacing.

Parameters:
Returns:

Array of points

Return type:

np.ndarray

Adjusts the width of the meander:
  • Includes the start but not the given end point

  • If it cannot meander just returns the initial start point