We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CellUnionFromIntersection
Normalize()
Both the CPP and Go versions of CellUnionFromIntersection state that the intersection algo produces a result that is in sorted order.
The go code calls cu.Normalize() anyway, what is the purpose of this?
cu.Normalize()
geo/s2/cellunion.go
Lines 107 to 108 in 6adc566
The CPP code doesn't call normalize:
https://github.com/google/s2geometry/blob/0fb1b8a1474f3137c8b44a7861e31f8efd1370e2/src/s2/s2cell_union.cc#L376
The text was updated successfully, but these errors were encountered:
https://github.com/google/s2geometry/blob/0fb1b8a1474f3137c8b44a7861e31f8efd1370e2/src/s2/s2cell_union.cc#L371
Sorry, something went wrong.
No branches or pull requests
Both the CPP and Go versions of
CellUnionFromIntersection
state that the intersection algo produces a result that is in sorted order.The go code calls
cu.Normalize()
anyway, what is the purpose of this?geo/s2/cellunion.go
Lines 107 to 108 in 6adc566
The CPP code doesn't call normalize:
https://github.com/google/s2geometry/blob/0fb1b8a1474f3137c8b44a7861e31f8efd1370e2/src/s2/s2cell_union.cc#L376
The text was updated successfully, but these errors were encountered: