-
Methods in common that return types with arguments of type Point
Compares two points by the slope they make with this point.
int
Compares two points by y-coordinate, breaking ties by x-coordinate.
float
Returns the Euclidean distance from this point to that point.
double
Returns the slope between this point and the specified point.
Constructs and initializes a line with the specified end locations P1, and P2, in the coordinate space.
Initializes a new point as copy of the argument.