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

AVL.PointToPointDistance(AvlNet.Point2D, AvlNet.Point2D, float, float)

Measures the distance between two points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointToPointDistance(
	AvlNet.Point2D inPoint1,
	AvlNet.Point2D inPoint2,
	float inResolution,
	out float outDistance
)

Parameters

inPoint1
Type: AvlNet.Point2D
inPoint2
Type: AvlNet.Point2D
inResolution
Type: System.Single
Number of real-world units per one pixel
outDistance
Type: System.Single

Remarks

See full override for more details.

See also