pub fn polyline_offset(polyline: &[Point2], distance: f64) -> Vec<Point2>
Offset an open polyline by distance.
distance
Returns the offset polyline. Positive distance = left side (for CCW).