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


