You are here: Start » AVL.NET » AVL.PointsDiameter Method
AVL.PointsDiameter Method
Finds the longest segment connecting two points from a given array.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsDiameter( AvlNet.Point2D[] inPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | AvlNet.Point2D | Input array of points. |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty array of points on input in PointsDiameter. |

