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

AVS.RegionBoundingCircle_OrNil Method

Computes the smallest circle enclosing a region; returns NIL if the region is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also