You are here:
Start »
AVL.NET »
AVL.PointsDiameter(AvlNet.Point2D[], AvlNet.Segment2D, float)
AVL.PointsDiameter(AvlNet.Point2D[], AvlNet.Segment2D, float)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsDiameter(
AvlNet.Point2D[] inPoints,
out AvlNet.Segment2D outDiameter,
out float outDiameterLength
)
Parameters
- inPoints
- Type: AvlNet.Point2D
- outDiameter
- Type: AvlNet.Segment2D
- outDiameterLength
- Type: System.Single
Errors
| Error type |
Description |
| DomainError |
Empty array of points on input in PointsDiameter. |
See also