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 | |
|---|---|---|---|---|---|
![]() | inCircle | AvlNet.Circle2D | |||
![]() | outBoundingBox | AvlNet.Box |
Examples
CircleBoundingBox performed on a sample circle.


