Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

origin
Type: AccordPoint
The point at the circle's center.
radius
Type: SystemDouble
The circle radius.
See Also