You are here: Start » AVL.NET » AVS.PointToCircleDistance Method

AVS.PointToCircleDistance Method

Measures the distance between a point and a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inCircleAvlNet.Circle2D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also