Skip to content

Is there a limit/restriction on the s2polygon size? #240

Answered by jmr
sreekanth-cb asked this question in Q&A
Discussion options

You must be logged in to vote

The first vertex of an S2Loop is already implicitly connected to the last:

// chain of vertices where the first vertex is implicitly connected to the

Duplicate vertices are not allowed:

// Loops are not allowed to have any duplicate vertices (whether adjacent or

You will see errors logged if you configured with glog. Debug mode should also CHECK-fail that the loop isn't valid.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants