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

Invoke.PointsBoundingCircle

Computes the smallest circle containing an array of points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PointsBoundingCircle
(
	List<Avl.Point2D> inPoints,
	out Avl.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outBoundingCircleAvl.Circle2D

See also