You are here: Start » AVL.NET » Invoke.SegmentOrientation
Computes the orientation of a segment.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SegmentOrientation ( Avl.Segment2D inSegment, Avl.AngleRange inAngleRange, out float outOrientationAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegment | Avl.Segment2D | |||
![]()  | inAngleRange | Avl.AngleRange | _0_180 | Switches between 0-90, 0-180 or 0-360 degrees. Default value: _0_180. | |
![]()  | outOrientationAngle | float | 


