You are here: Start » AVL.NET » Invoke.PointsBoundingCircle_OrNil

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
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outBoundingCircleAtl.Conditional<Avl.Circle2D>

See also