|
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
)
Public Function DistanceToPoint (
point As Point
) As Double
Request Example
View SourceParameters
- point
- Type: AccordPoint
The point to have its distance from the circle computed.
Return Value
Type:
DoubleThe distance from
point to this circle.
See Also