You are here: Start » AVL.NET » Invoke.RectangleBoundingCircle

Invoke.RectangleBoundingCircle

Computes the smallest circle containing a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outBoundingCircleAvl.Circle2D

See also