You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Distance Metrics » AVL.PointToLineDistance

AVL.PointToLineDistance

Measures the distance between a point and a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointToLineDistance
(
	AvlNet.Point2D inPoint,
	AvlNet.Line2D inLine,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inLineAvlNet.Line2D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Examples

PointToLineDistance performed on a sample point and a sample line. The green segment is the value of outConnectingSegment output.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in PointToLineDistance.

Function Overrides

See also