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