You are here: Start » AVL.NET » AVL.PointToLineDistance_Oriented Method
AVL.PointToLineDistance_Oriented Method
Measures the signed distance between a point and a line with direction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointToLineDistance_Oriented( AvlNet.Point2D inPoint, AvlNet.Segment2D inLineSection, float inResolution, out float outDistance )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | |||
![]() | inLineSection | AvlNet.Segment2D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |


