|
Circle Constructor (Point, Double)
|
Creates a new
Circle with the given radius
centered at the given center point coordinates.
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Circle(
Point origin,
double radius
)
Public Sub New (
origin As Point,
radius As Double
)
Request Example
View SourceParameters
- origin
- Type: AccordPoint
The point at the circle's center. - radius
- Type: SystemDouble
The circle radius.
See Also