java.lang.Objectcomputational.geometry.pointinpolygon.PointInConvexPolygon
computational.geometry.pointinpolygon.PointInSimplePolygon
public abstract class PointInSimplePolygon
Field Summary |
---|
Fields inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon |
---|
history, polygon |
Constructor Summary | |
---|---|
PointInSimplePolygon()
CONSTRUCTORS |
|
PointInSimplePolygon(SimplePolygon poly,
LogManager history)
|
Method Summary | |
---|---|
void |
setPolygon(Polygon poly)
METHOD OVERRIDING |
Methods inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon |
---|
addVertex, clear, deleteVertex, getLogManager, getPolygon, inside, isUpdated, moveVertex, setLogManager, setUpdated, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointInSimplePolygon()
public PointInSimplePolygon(SimplePolygon poly, LogManager history)
Method Detail |
---|
public void setPolygon(Polygon poly) throws SimplicityViolatedException
setPolygon
in class PointInConvexPolygon
SimplicityViolatedException