You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.PointsBoundingCircle

AVL.PointsBoundingCircle

Computes the smallest circle containing an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outBoundingCircleAvlNet.Circle2D

Examples

The resulting outBoundingCircle drawn with the input points.

See also