Class ClosestPointPair
Closest-point pair finder.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public class ClosestPointPair
Methods
| Improve this Doc View SourceFind(List<Point>, Int32, Int32)
Declaration
public static double Find(List<Point> points, int left, int right)
Parameters
Type | Name | Description |
---|---|---|
List<Point> | points | |
Int32 | left | |
Int32 | right |
Returns
Type | Description |
---|---|
Double |
Find(List<Int32[]>)
Declaration
public static double Find(List<int[]> points)
Parameters
Type | Name | Description |
---|---|---|
List<Int32[]> | points |
Returns
Type | Description |
---|---|
Double |