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