Function boostvoronoi::to_segments_offset[][src]

pub fn to_segments_offset<I1, I2>(
    points: &[[I1; 4]],
    scale_x: f64,
    scale_y: f64,
    dx: i64,
    dy: i64
) -> Vec<Line<I2>, Global> where
    I1: InputType,
    I2: InputType
Expand description

Helper function: Affine transforms and casts a slice of [[integer,integer,integer,integer]] into input data for the Builder.