Creates a transient 2D circle through three points.
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 |
| pointOne | Point2D | The first point on the circle. |
| pointTwo | Point2D | The second point on the circle. |
| pointThree | Point2D | The third point on the circle. |