You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If positive, the returned polyline will be "outside", if negative, il will be inside.
1108
+
If positive, the returned polyline will be "outside" the original one, if negative, il will be inside.
1107
1109
1108
-
An optional second argument of type `OffsetPolyParams` holds a boolean value `_angleSplit` that can be set to `true` to "smoothen" the return polyline, by adding some points on sharp angles
1110
+
The source polyline must be "simple" (closed, and no intersections).
1111
+
1112
+
An optional second argument of type `OffsetPolyParams` holds a boolean value `_angleSplit` that can be set to `true` to "smoothen" the return polyline, by adding two points on sharp angles
0 commit comments