You are here: Start » AVL.NET » AVL.CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)
AVL.CircleBoundingRectangle(AvlNet.Circle2D, float?, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CircleBoundingRectangle( AvlNet.Circle2D inCircle, float? inRectangleOrientation, out AvlNet.Rectangle2D outBoundingRectangle, out AvlNet.Point2D outCenter, out float outLongSide, out float outShortSide )
Parameters
- inCircle
- Type: AvlNet.Circle2D
- inRectangleOrientation
- Type: System.Nullable<System.Single>
- outBoundingRectangle
- Type: AvlNet.Rectangle2D
- outCenter
- Type: AvlNet.Point2D
- outLongSide
- Type: System.Single
- outShortSide
- Type: System.Single
Examples
CircleBoundingRectangle performed on a sample circle.
