Package | Description |
---|---|
latmath.algorithm |
A collection of common lateration algorithms.
|
Modifier and Type | Method and Description |
---|---|
static PositionEstimate |
NonlinearLeastSquares.multilaterate(Point2d[] anchors,
double[] ranges)
Static call to this lateration algorithm.
|
static PositionEstimate |
LinearLeastSquares.multilaterate(Point2d[] anchors,
double[] ranges,
double[] weights)
Static call to this lateration algorithm.
|
static PositionEstimate |
OptimalNonlinearLeastSquares.multilaterate(Point2d[] anchors,
double[] ranges,
Point2d actualPosition)
Static call to this lateration algorithm.
|
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.