|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.ihmc.utilities.math.geometry.ConvexPolygon2dIntersectionSetCalculator
public class ConvexPolygon2dIntersectionSetCalculator
Title:
Description:
Copyright: Copyright (c) 2006
Company:
Constructor Summary | |
---|---|
ConvexPolygon2dIntersectionSetCalculator(java.util.ArrayList<ConvexPolygon2d> convexPolygon2d)
|
Method Summary | |
---|---|
java.util.ArrayList<ConvexPolygon2d> |
findIntersectionPolygonList(ConvexPolygon2d targetPolygon)
|
java.util.ArrayList<ConvexPolygon2d> |
findTentativeListOfPolygonsIntersectingTargetPolygon(ConvexPolygon2d targetPolygon)
Finds the Tentative List of Polygons that intersect with the target polygon. |
void |
resetBaseConvexPolygon2ds(java.util.ArrayList<ConvexPolygon2d> convexPolygon2ds)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvexPolygon2dIntersectionSetCalculator(java.util.ArrayList<ConvexPolygon2d> convexPolygon2d)
Method Detail |
---|
public java.util.ArrayList<ConvexPolygon2d> findTentativeListOfPolygonsIntersectingTargetPolygon(ConvexPolygon2d targetPolygon)
ConvexPolygon2d
- targetPolygonArrayList
- convexPolygon2d The list of the polygon to search from.
public java.util.ArrayList<ConvexPolygon2d> findIntersectionPolygonList(ConvexPolygon2d targetPolygon)
public void resetBaseConvexPolygon2ds(java.util.ArrayList<ConvexPolygon2d> convexPolygon2ds)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |