[][src]Function lasy::blank_segment_points

pub fn blank_segment_points<A, B>(
    a: A,
    br: B,
    blank_delay_points: u32
) -> impl Iterator<Item = B> where
    A: Into<B> + Weight,
    B: Blanked + Clone

Returns the points used to blank between two given lit points a and b.

The point type A is expected to know its weight, while the point type B does not need to.