| Modifier and Type | Method and Description |
|---|---|
S2Loop |
S2Polygon.loop(int k) |
| Modifier and Type | Method and Description |
|---|---|
void |
S2PolygonBuilder.addLoop(S2Loop loop) |
int |
S2Loop.compareTo(S2Loop other) |
boolean |
S2Loop.contains(S2Loop b) |
boolean |
S2Loop.containsNested(S2Loop b) |
int |
S2Loop.containsOrCrosses(S2Loop b) |
boolean |
S2Loop.intersects(S2Loop b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S2PolygonBuilder.assembleLoops(List<S2Loop> loops,
List<S2Edge> unusedEdges) |
void |
S2Polygon.init(List<S2Loop> loops) |
static boolean |
S2Polygon.isValid(List<S2Loop> loops) |
void |
S2Polygon.release(List<S2Loop> loops) |
| Constructor and Description |
|---|
S2Loop(S2Loop src) |
S2Polygon(S2Loop loop) |
| Constructor and Description |
|---|
S2Polygon(List<S2Loop> loops) |
Copyright © 2017. All rights reserved.