I want to create nation`s "sphere of influence" from systems they own on a map. Map is just a 2D grid of Vector2 coordinates.
The territory/shape can and will also be concave!
This is how it looks now:
This is what I want to achieve:
So basically, input arguments are set of Vector2D points, output would be set of all Vector2D points that would create this sphere of influence.