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