public class Polygon extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Polygon.ALGORITHM |
static class |
Polygon.Point |
| 构造器和说明 |
|---|
Polygon(List<Polygon.Point> points) |
public Polygon(List<Polygon.Point> points)
public boolean inPolygon(Polygon.Point point, Polygon.ALGORITHM algorithm)
public boolean inPolygon(Polygon.Point point)
Copyright © 2021. All rights reserved.