Package | Description |
---|---|
latmath.util |
Utility classes used for different lateration algorithms.
|
Modifier and Type | Method and Description |
---|---|
static IntersectionPoint2d |
IntersectionPoint2d.convert(Point2d p,
boolean realIntersection,
double weight)
Convert a normal
Point2d to a IntersectionPoint2d . |
static IntersectionPoint2d |
IntersectionPoint2d.convert(Point2d p,
double weight)
Convert a normal
Point2d to a IntersectionPoint2d . |
static IntersectionPoint2d[] |
IntersectionPoint2d.convertA(Point2d[] pa,
double weight)
Convert an arrays of normal
Point2d 's to an array of
IntersectionPoint2d 's. |
static IntersectionPoint2d[] |
Circle.minimumCircleContainment(Point2d[] m,
double[] r,
IntersectionPoint2d[] pts,
int min,
boolean useApprox)
Only keeps points which are contained in
min circles or
points which are approximated. |
Modifier and Type | Method and Description |
---|---|
static IntersectionPoint2d[] |
Circle.minimumCircleContainment(Point2d[] m,
double[] r,
IntersectionPoint2d[] pts,
int min,
boolean useApprox)
Only keeps points which are contained in
min circles or
points which are approximated. |
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.