public class Point2 extends Tuple2
Constructor and Description |
---|
Point2() |
Point2(double x,
double y)
Creates a point with (x,y) coordinates
|
Point2(Point2 a) |
Point2(Point2 a,
Point2 b)
Creates a new point corresponding to b-a
|