You are here: Start » AVL.NET » Invoke.CircleSection
Computes an arciform section of the circle perimeter.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CircleSection ( Avl.Circle2D inCircle, float inStartAngle, float inSweepAngle, out Avl.Arc2D outArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCircle | Avl.Circle2D | Input circle. | ||
![]()  | inStartAngle | float | Direction at which the arc begins. | ||
![]()  | inSweepAngle | float | Angular length of the arc (may be negative). | ||
![]()  | outArc | Avl.Arc2D | 


