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

Invoke.CircleBoundingBox

Computes the smallest box containing a circle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CircleBoundingBox
(
	Avl.Circle2D inCircle,
	out Avl.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2D
outBoundingBoxAvl.Box

See also