FL.helpers.interpolation.remove_axis_from_master_point_list
- FL.helpers.interpolation.remove_axis_from_master_point_list(seq: list[list[Point]], interpolation: float) None
Remove an axis from a 2d list of points per master. Top level index is the master index. The interpolation factor will be used to interpolate the remaining points.
- Parameters:
- Raises:
ValueError – If the list has an odd number of elements.