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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoint1
Type: AvlNet.Point2D
inPoint2
Type: AvlNet.Point2D
inResolution
Type: System.Single
outDistance
Type: System.Single
outConnectingSegment
Type: AvlNet.Segment2D

Examples

PointToPointDistance performed on two sample points. The green segment is the value of outConnectingSegment output.

See also