RouteMixed.connect_meandered#
- RouteMixed.connect_meandered(start_pt: QRoutePoint, end_pt: QRoutePoint) ndarray #
Meanders using a fixed length and fixed spacing.
- Parameters:
start_pt (QRoutePoint) – QRoutePoint of the start
end_pt (QRoutePoint) – QRoutePoint of the end
- 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