You are here: Start » AVL.NET » AVS.RegionBoundingCircle Method

AVS.RegionBoundingCircle Method

Computes the smallest circle enclosing a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionBoundingCircle
(
	AvlNet.Region inRegion,
	out AvlNet.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outBoundingCircleAvlNet.Circle2D

See also