|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.physicsEngine.geometry.intersections.JavaShapeIntersector
public class JavaShapeIntersector
Constructor Summary | |
---|---|
JavaShapeIntersector(GeometricParameters bodyA,
GeometricParameters bodyB)
|
Method Summary | |
---|---|
java.util.List<Vector2f> |
findIntersections()
Returns a list of intersections between the two geometric entities that is passed to the Intersector in the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaShapeIntersector(GeometricParameters bodyA, GeometricParameters bodyB)
bodyA
- bodyB
- Method Detail |
---|
public java.util.List<Vector2f> findIntersections()
Intersector
findIntersections
in interface Intersector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |