You are here: Start » AVL.NET » AVS.SegmentNormalVector Method
AVS.SegmentNormalVector Method
Computes an unitary vector perpendicular to the segment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SegmentNormalVector ( AvlNet.Segment2D inSegment, bool inReverse, out AvlNet.Vector2D outNormalVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | AvlNet.Segment2D | |||
![]() | inReverse | bool | True | Default value: True. | |
![]() | outNormalVector | AvlNet.Vector2D |


