- perimeter(Point2d, Point2d, Point2d) - Static method in class latmath.util.Triangle
-
Returns the perimeter of a triangle.
- point - Variable in class latmath.util.PointAndRange
-
- Point2d - Class in latmath.util
-
A two dimensional point with double precision.
- Point2d() - Constructor for class latmath.util.Point2d
-
Create a new Point2d
with x and y
coordinates set to zero.
- Point2d(double, double) - Constructor for class latmath.util.Point2d
-
Create a new Point2d
with x and y
coordinates set to the given values.
- PointAndRange - Class in latmath.util
-
A point and a range.
- PointAndRange(Point2d, double) - Constructor for class latmath.util.PointAndRange
-
Create a new PointAndRange from a Point2d and a range.
- PointAndRange(double, double, double) - Constructor for class latmath.util.PointAndRange
-
Create a new Point2d
with x and y
coordinates set to the given values.
- pointComparator() - Static method in class latmath.util.PointAndRange
-
- pointInCircles(Point2d[], double[], Point2d) - Static method in class latmath.util.Circle
-
Tests if a given point lies in all circles defined by m
and r
.
- PositionEstimate - Class in latmath.util
-
A position estimate calculated by some lateration algorithms.
- PositionEstimate(Point2d, double) - Constructor for class latmath.util.PositionEstimate
-
Creates a new instance of PositionEstimate
.
- PreciseStandardDeviation - Class in latmath.util
-
Incrementally compute the standard deviation using Welfords method.
- PreciseStandardDeviation() - Constructor for class latmath.util.PreciseStandardDeviation
-
- process(Point2d[], double[], Point2d) - Method in class latmath.algorithm.OptimalAnchorSelectionAlgorithm.InternalBfOasaStatistic
-