You are here: Start » AVL.NET » AVL.CircleBoundingRectangle(AvlNet.Circle2D, AvlNet.Rectangle2D)

AVL.CircleBoundingRectangle(AvlNet.Circle2D, AvlNet.Rectangle2D)

Computes the smallest rectangle containing a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CircleBoundingRectangle(
	AvlNet.Circle2D inCircle,
	out AvlNet.Rectangle2D outBoundingRectangle
)

Parameters

inCircle
Type: AvlNet.Circle2D
Input circle
outBoundingRectangle
Type: AvlNet.Rectangle2D
Smallest bounding rectangle of the input circle

See also