![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.trajectory.Trajectory.Obstacle
public abstract static class Trajectory.Obstacle
Defines a trajectory obstacle.
Constructor Summary | |
---|---|
Trajectory.Obstacle()
|
Method Summary | |
---|---|
abstract boolean |
inside(double[] x)
Defines if a point is inside the obstacle, or not |
abstract double[] |
projection(double[] x)
Defines the point on the obstacle, which distance to x[] is minimal |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trajectory.Obstacle()
Method Detail |
---|
public abstract boolean inside(double[] x)
public abstract double[] projection(double[] x)