You are here: Start » AVL.NET » AVL.PointToLineDistance(AvlNet.Point2D, AvlNet.Line2D, float, float)
AVL.PointToLineDistance(AvlNet.Point2D, AvlNet.Line2D, float, float)
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 )
Parameters
- inPoint
- Type: AvlNet.Point2D
- inLine
- Type: AvlNet.Line2D
- inResolution
- Type: System.Single
Number of real-world units per one pixel - outDistance
- Type: System.Single
Remarks
See full override for more details.
