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

AVL.PointToCircleDistance(AvlNet.Point2D, AvlNet.Circle2D, float, float, AvlNet.Segment2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointToCircleDistance(
	AvlNet.Point2D inPoint,
	AvlNet.Circle2D inCircle,
	float inResolution,
	out float outDistance,
	out AvlNet.Segment2D outConnectingSegment
)

Parameters

inPoint
Type: AvlNet.Point2D
inCircle
Type: AvlNet.Circle2D
inResolution
Type: System.Single
outDistance
Type: System.Single
outConnectingSegment
Type: AvlNet.Segment2D

Examples

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

See also