You are here: Start » AVL.NET » AVL.PointsBoundingCircle_OrNil Method
AVL.PointsBoundingCircle_OrNil Method
Computes the smallest circle containing an array of points; returns NIL if the array is empty.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsBoundingCircle_OrNil( AvlNet.Point2D[] inPoints, out AvlNet.Circle2D? outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | AvlNet.Point2D | |||
![]() | outBoundingCircle | AvlNet.Circle2D? |


