Method that creates a new Circle2D object by three points. The object created is a transient mathematical object and is not displayed graphically.
| Name | Type | Description |
| PointOne | Point2d | First of three points. |
| PointTwo | Point2d | Second of three points. |
| PointThree | Point2d | Third of three points. |