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

AVS.CircleBoundingRectangle Method

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

Name Type Range Default Description
inCircleAvlNet.Circle2DInput circle.
outBoundingRectangleAvlNet.Rectangle2DSmallest bounding rectangle of the input circle.

Function Overrides

See also