Creates a transient 2D point object.
This is a static method.
|
This is a static method.
|
Type | Description |
Point2D | Returns the new Point2D object or null if the creation failed. |
Name | Type | Description |
x | double | The x coordinate of the point This is an optional argument whose default value is 0.0. |
y | double | The y coordinate of the point This is an optional argument whose default value is 0.0. |