public static final class ITrace2D.DistancePoint
extends java.lang.Object
TODO: change this to an interface and implement in abstract base class to hide constructor.
Modifier and Type | Field | Description |
---|---|---|
static ITrace2D.DistancePoint |
EMPTY |
Constant for unfound distance.
|
Constructor | Description |
---|---|
DistancePoint() |
Defcon.
|
Modifier and Type | Method | Description |
---|---|---|
double |
getDistance() |
|
ITracePoint2D |
getPoint() |
|
void |
setDistance(double manhattandistance) |
|
void |
setPoint(ITracePoint2D point) |
public static final ITrace2D.DistancePoint EMPTY
public final double getDistance()
public final ITracePoint2D getPoint()
public final void setDistance(double manhattandistance)
manhattandistance
- the manhattandistance to setpublic final void setPoint(ITracePoint2D point)
point
- the point to setCopyright © 2001 - 2010 LGPL, All Rights Footloose.