Creates a transient 2D circle object by specifying a center and radius.
This is a static method. |
This is a static method. |
| Type | Description |
| Circle2D | Returns the new Circle2D object or null if the creation failed. |
| Name | Type | Description |
| center | Point2D | A Point2D object that defines the center of the circle. |
| radius | double | The radius of the circle. |