You are here: Start » AVL.NET » AVL.RectangleBoundingCircle
Computes the smallest circle containing a rectangle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RectangleBoundingCircle ( AvlNet.Rectangle2D inRectangle, out AvlNet.Circle2D outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | outBoundingCircle | AvlNet.Circle2D |


