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

AVL.PointToArcDistance(AvlNet.Point2D, AvlNet.Arc2D, float, float, AvlNet.Segment2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointToArcDistance(
	AvlNet.Point2D inPoint,
	AvlNet.Arc2D inArc,
	float inResolution,
	out float outDistance,
	out AvlNet.Segment2D outConnectingSegment
)

Parameters

inPoint
Type: AvlNet.Point2D
inArc
Type: AvlNet.Arc2D
inResolution
Type: System.Single
outDistance
Type: System.Single
outConnectingSegment
Type: AvlNet.Segment2D

Examples

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

See also