You are here:
Start »
AVL.NET »
AVL.PointsBoundingCircle(AvlNet.Point2D[], AvlNet.Circle2D)
AVL.PointsBoundingCircle(AvlNet.Point2D[], AvlNet.Circle2D)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsBoundingCircle(
AvlNet.Point2D[] inPoints,
out AvlNet.Circle2D outBoundingCircle
)
Parameters
- inPoints
- Type: AvlNet.Point2D
- outBoundingCircle
- Type: AvlNet.Circle2D
Examples
The resulting outBoundingCircle drawn with the input points.
Errors
| Error type |
Description |
| DomainError |
Empty array on input in PointsBoundingCircle. |
See also