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

AVS.RectangleBoundingCircle Method

Computes the smallest circle containing a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RectangleBoundingCircle
(
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outBoundingCircleAvlNet.Circle2D

See also