D P

D

distance(Point) - Method in class Point
Computes and returns the distance between this point and the given other point.

P

Point - Class in <Unnamed>
A Point object represents an ordered pair of (x, y) coordinates in the 2D Cartesian plane.
Point() - Constructor for class Point
 

D P