|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiosim.core.sim.RectObstacle
public class RectObstacle
Field Summary | |
---|---|
double |
height
|
double |
width
|
Constructor Summary | |
---|---|
RectObstacle(double width,
double height)
|
Method Summary | |
---|---|
sim.util.Double2D |
closestPoint(sim.util.Double2D p,
sim.util.Double2D o)
|
sim.util.Double2D |
toroidalClosestPoint(sim.util.Double2D p,
sim.util.Double2D o,
sim.field.continuous.Continuous2D field)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double width
public double height
Constructor Detail |
---|
public RectObstacle(double width, double height)
Method Detail |
---|
public sim.util.Double2D closestPoint(sim.util.Double2D p, sim.util.Double2D o)
closestPoint
in interface Obstacle
public sim.util.Double2D toroidalClosestPoint(sim.util.Double2D p, sim.util.Double2D o, sim.field.continuous.Continuous2D field)
toroidalClosestPoint
in interface Obstacle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |