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
So we prepare a polygon with a BitVector of ring order and then check it in getpoint? It would be faster for GI.getpoint(ring, i) if it was in the type but that could cause issues, especially if they're not all the same order.
That could work - since this is a one-off special case I'm tempted to say we should create a specific type for this, so dispatch is easier, and we don't have to overload the preparation interface more. And this is more of a fix than a preparation anyway...
No description provided.
The text was updated successfully, but these errors were encountered: