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

AVS.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

See also