.Net
Enlarge a polygon that has colinear vertices in C#
The example Enlarge a polygon in C# shows how you can expand a polygon. The basic idea is to offset each of the polygon’s edges away from the polygon’s center and then see where adjacent Read more…