public class Polygon extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Polygon.Point |
| Constructor and Description |
|---|
Polygon(List<Polygon.Point> points) |
public Polygon(List<Polygon.Point> points)
public boolean inPolygon(Polygon.Point point)
Copyright © 2018. All rights reserved.