|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.physicsEngine.geometry.intersections.IntersectorFactory
public class IntersectorFactory
Factory class that manufactures the correct Intersector
for two
given geometric objects.
Constructor Summary | |
---|---|
IntersectorFactory()
|
Method Summary | |
---|---|
static Intersector |
createIntersector(GeometricParameters bodyA,
GeometricParameters bodyB)
Obtain a suitable Intersector object for two
GeometricParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntersectorFactory()
Method Detail |
---|
public static Intersector createIntersector(GeometricParameters bodyA, GeometricParameters bodyB) throws IntersectionException
Intersector
object for two
GeometricParameters
bodyA
- bodyB
-
IntersectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |