pub fn create_untrimmed_raw_offset_segs<P, T>(
    polyline: &P,
    offset: T
) -> Vec<RawPlineOffsetSeg<T>>
where P: PlineSource<Num = T> + ?Sized, T: Real,
Expand description

Create all the raw parallel offset segments of a polyline using the offset value given.