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

AVL.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