Usages of Point2D
Properties
location | in Point2D | Sets the location of this point to the same values as for the given point. |
Method Parameters
distance (Point2D) | in Point2D | Calculates the distance between this points and another one. | |
distanceSq (Point2D) | in Point2D | Calculates the squared distance between this points and another one. | |
setFrameFromCenter (Point2D, Point2D) | in Rectangle2D | Sets the outer bounds of this rectangle based on the specified new center and corner. | |
setFrameFromDiagonal (Point2D, Point2D) | in Rectangle2D | Sets the outer bounds of this rectangle based on the end points of one of its diagonals. |