You are here: Start » AVL.NET » AVL.PathToPointDistance(AvlNet.Point2D, AvlNet.Path, float, float)

AVL.PathToPointDistance(AvlNet.Point2D, AvlNet.Path, float, float)

Computes the smallest distance between a path and a point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToPointDistance(
	AvlNet.Point2D inPoint,
	AvlNet.Path inPath,
	float inResolution,
	out float outDistance
)

Parameters

inPoint
Type: AvlNet.Point2D
Input point
inPath
Type: AvlNet.Path
Input path
inResolution
Type: System.Single
outDistance
Type: System.Single
Minimal distance between input path and input point

Remarks

See full override for more details.

See also