You are here: Start » AVL.NET » Invoke.SegmentArcIntersection

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
inSegmentAvl.Segment2D
inArcAvl.Arc2D
outIntersectionPoint1Atl.Conditional<Avl.Point2D>
outIntersectionPoint2Atl.Conditional<Avl.Point2D>

See also