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

AVL.RectangleBoundingCircle

Computes the smallest circle containing a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outBoundingCircleAvlNet.Circle2D

See also