java.lang.Objectcomputational.geometry.pointinpolygon.PointInConvexPolygon
computational.geometry.pointinpolygon.SlowPointInConvexPolygon
public class SlowPointInConvexPolygon
| Field Summary |
|---|
| Fields inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon |
|---|
history, polygon |
| Constructor Summary | |
|---|---|
SlowPointInConvexPolygon()
CONSTRUCTORS |
|
SlowPointInConvexPolygon(ConvexPolygon poly)
|
|
SlowPointInConvexPolygon(ConvexPolygon poly,
LogManager history)
|
|
| Method Summary | |
|---|---|
boolean |
inside(Point p)
CONCRETIZATION |
void |
update()
|
| Methods inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon |
|---|
addVertex, clear, deleteVertex, getLogManager, getPolygon, isUpdated, moveVertex, setLogManager, setPolygon, setUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SlowPointInConvexPolygon()
public SlowPointInConvexPolygon(ConvexPolygon poly)
public SlowPointInConvexPolygon(ConvexPolygon poly,
LogManager history)
| Method Detail |
|---|
public boolean inside(Point p)
inside in class PointInConvexPolygonpublic void update()
update in class PointInConvexPolygon