Creates a transient 3D circle through three points.
This is a static method. | 
        
This is a static method. | 
        
| Type | Description | 
| Circle3D | Returns the new Circle3D object or null if the creation failed. | 
| Name | Type | Description | 
| pointOne | Point3D | The first point on the circle. | 
| pointTwo | Point3D | The second point on the circle. This point cannot be coincident with pointOne or pointThree. This point cannot lie on the line defined by pointOne and pointThree. | 
| pointThree | Point3D | The third point on the circle. This point cannot be coincident with pointOne or pointThree. |