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
In the screenshot on the readme I can see the inscribed circle that the algorithm returned. I would like to find this radius.
I'm using the C++ variant of the algorithm, which doesn't return the distance field like the Javascript variant.
The return value of the C++ polylabel function could be a simple struct containing the point and the distance.
The text was updated successfully, but these errors were encountered:
In the screenshot on the readme I can see the inscribed circle that the algorithm returned. I would like to find this radius.
I'm using the C++ variant of the algorithm, which doesn't return the
distance
field like the Javascript variant.The return value of the C++ polylabel function could be a simple struct containing the point and the distance.
The text was updated successfully, but these errors were encountered: