We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
validate()
The current code only checks for duplicate adjacent vertices:
geo/s2/loop.go
Lines 251 to 260 in 6adc566
While the comments say:
Loops are not allowed to have any duplicate vertices (whether adjacent or not)
Lines 34 to 35 in 6adc566