I am using Clipper Library in which it is quite easy to do Polygon Offsetting, BUT MY PROBLEM IS TO DO POLYLINE OFFSETTING preferably using Clipper.
While searching on web I found a function called OffsetPaths
, but the function offsets in two directions, that is it takes only positive argument as offset distance.
I can understand that unlike in closed Polygons where it is easy to specify direction, enlarging being positive and deflating as negative, Polylines do not have the same luxury. But my requirement is such.