You are here: Start » AVL.NET » Invoke.PointToCircleDistance
Measures the distance between a point and a circle.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointToCircleDistance ( Avl.Point2D inPoint, Avl.Circle2D inCircle, float inResolution, out float outDistance, Optional<Avl.Segment2D> outConnectingSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inCircle | Avl.Circle2D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float | |||
![]() | outConnectingSegment | Atl.Optional<Avl.Segment2D> |