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
)

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

Function Overrides

See also