You are here: Start » AVL.NET » AVS.SegmentBisector Method
AVS.SegmentBisector Method
Computes a line passing through the center of a segment at a right angle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SegmentBisector ( AvlNet.Segment2D inSegment, out AvlNet.Line2D outBisector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | AvlNet.Segment2D | |||
![]() | outBisector | AvlNet.Line2D |


