You are here: Start » AVL.NET » Invoke.LineArcIntersection
Computes the common points of an arc and a line.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LineArcIntersection ( Avl.Line2D inLine, Avl.Arc2D inArc, Conditional<Avl.Point2D> outIntersectionPoint1, Conditional<Avl.Point2D> outIntersectionPoint2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine | Avl.Line2D | |||
![]() | inArc | Avl.Arc2D | |||
![]() | outIntersectionPoint1 | Atl.Conditional<Avl.Point2D> | |||
![]() | outIntersectionPoint2 | Atl.Conditional<Avl.Point2D> |