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