You are here: Start » AVL.NET » AVS.CircleTangents Method
AVS.CircleTangents Method
Computes circle tangent lines passing through a point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CircleTangents ( AvlNet.Circle2D inCircle, AvlNet.Point2D inPoint, out AvlNet.Line2D? outTangentLine1, out AvlNet.Line2D? outTangentLine2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle | AvlNet.Circle2D | |||
![]() | inPoint | AvlNet.Point2D | |||
![]() | outTangentLine1 | AvlNet.Line2D? | |||
![]() | outTangentLine2 | AvlNet.Line2D? |


