Uses of Class
mpi.cbg.fly.Point

Packages that use Point
mpi.cbg.fly   
 

Uses of Point in mpi.cbg.fly
 

Methods in mpi.cbg.fly that return Point
 Point PointMatch.getP1()
           
 Point PointMatch.getP2()
           
 

Methods in mpi.cbg.fly with parameters of type Point
static float Point.distance(Point p1, Point p2)
          estimate the Euclidean distance of two points in the world
 

Constructors in mpi.cbg.fly with parameters of type Point
PointMatch(Point p1, Point p2)
           
PointMatch(Point p1, Point p2, float weight)