You are here: Start » AVL.NET » AVL.CircleBoundingBox Method

AVL.CircleBoundingBox Method

Computes the smallest box containing a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CircleBoundingBox(
	AvlNet.Circle2D inCircle,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
outBoundingBoxAvlNet.Box

Examples

CircleBoundingBox performed on a sample circle.

See also