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

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

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,
	out AvlNet.Point2D outCenter,
	out float outLongSide,
	out float outShortSide
)

Parameters

inCircle
Type: AvlNet.Circle2D
Input circle
outBoundingRectangle
Type: AvlNet.Rectangle2D
Smallest bounding rectangle of the input circle
outCenter
Type: AvlNet.Point2D
outLongSide
Type: System.Single
outShortSide
Type: System.Single

Remarks

See full override for more details.

See also