Method | Description | |
---|---|---|
Circle ( |
Creates a new Circle.
|
|
Distance ( |
Gets the Distance between this, and a second Circle.
|
|
Distance ( |
Gets the Distance between two circles.
|
|
Intersects ( |
Indicates whether the first Circle intersects with the second Circle.
|
|
IntersectsWith ( |
Indicates whether the Circle intersects with another Circle.
|
|
ToString ( ) : string |
Converts the circle in to a string.
|
public Circle ( |
||
position | The Position. | |
radius | float | The Radius. |
public Distance ( |
||
circle | The second Circle. | |
return | float |
public static Distance ( |
||
circle1 | The first Circle. | |
circle2 | The second Circle. | |
return | float |
public static Intersects ( |
||
circle1 | The first Circle. | |
circle2 | The second Circle. | |
return | bool |
public IntersectsWith ( |
||
circle | The second Circle. | |
return | bool |