RouteStraight.del_colinear_points#
- RouteStraight.del_colinear_points(inarray)#
Delete colinear points from the given array.
- Parameters:
inarray (list) – List of points
- Returns:
List of points without colinear points
- Return type:
list
Delete colinear points from the given array.
inarray (list) – List of points
List of points without colinear points
list