public class AnchorSelectionResult extends Object
Constructor and Description |
---|
AnchorSelectionResult(Point2d[] anchors,
double[] measuredDistances)
Creates a new instance of
AnchorSelectionResult . |
Modifier and Type | Method and Description |
---|---|
Point2d[] |
getAnchors() |
double[] |
getMeasuredDistances() |
String |
toString()
Return a string representation of the anchor selection result.
|
public AnchorSelectionResult(Point2d[] anchors, double[] measuredDistances)
AnchorSelectionResult
.anchors
- Anchor locations.measuredDistances
- Measured distances to anchors.Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.