pub fn create_raw_offset_polyline<P, T, O>(
    polyline: &P,
    offset: T,
    pos_equal_eps: T
) -> Owhere
    P: PlineSource<Num = T> + ?Sized,
    T: Real,
    O: PlineCreation<Num = T>,