You are here: Start » AVL.NET » Invoke.PointsBoundingCircle_OrNil
Computes the smallest circle containing an array of points; returns NIL if the array is empty.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointsBoundingCircle_OrNil ( List<Avl.Point2D> inPoints, Conditional<Avl.Circle2D> outBoundingCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | outBoundingCircle | Atl.Conditional<Avl.Circle2D> |