Point |
Name | Description | |
---|---|---|
Addition(Double, Point2D) | Adds a scalar to all the coordinates of a point, and returns a new point. | |
Addition(Point2D, Point2D) | Adds the coordinates of two points, and returns the result as a new point. | |
Addition(Point2D, Double) | Adds a scalar to all the coordinates of a point, and returns the result as a new point. |