You are here: Start » AVL.NET » AVL.CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D)
AVL.CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D)
Computes the smallest rectangle containing a circle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CircleBoundingRectangle( AvlNet.Circle2D inCircle, float? inRectangleOrientation, out AvlNet.Rectangle2D outBoundingRectangle )
Parameters
- inCircle
- Type: AvlNet.Circle2D
Input circle - inRectangleOrientation
- Type: System.Nullable<System.Single>
Expected orientation of the resulting rectangle, or null. - outBoundingRectangle
- Type: AvlNet.Rectangle2D
Smallest bounding rectangle of the input circle
