Click or drag to resize
Accord.NET (logo)

CircleDistanceToPoint Method

Computes the distance from circle to point.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double DistanceToPoint(
	Point point
)
Request Example View Source

Parameters

point
Type: AccordPoint
The point to have its distance from the circle computed.

Return Value

Type: Double
The distance from point to this circle.
See Also