Initializes a new instance of the
Circle class
Namespace:
Delaunay.Geo
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Circle(
float centerX,
float centerY,
float radius
)
Public Sub New (
centerX As Single,
centerY As Single,
radius As Single
)
public:
Circle(
float centerX,
float centerY,
float radius
)
new :
centerX : float32 *
centerY : float32 *
radius : float32 -> Circle
Parameters
- centerX
- Type: SystemSingle
[Missing <param name="centerX"/> documentation for "M:Delaunay.Geo.Circle.#ctor(System.Single,System.Single,System.Single)"]
- centerY
- Type: SystemSingle
[Missing <param name="centerY"/> documentation for "M:Delaunay.Geo.Circle.#ctor(System.Single,System.Single,System.Single)"]
- radius
- Type: SystemSingle
[Missing <param name="radius"/> documentation for "M:Delaunay.Geo.Circle.#ctor(System.Single,System.Single,System.Single)"]
See Also