You are here: Start » AVL.NET » AVL.SegmentArcIntersection(AvlNet.Segment2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)

AVL.SegmentArcIntersection(AvlNet.Segment2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentArcIntersection(
	AvlNet.Segment2D inSegment,
	AvlNet.Arc2D inArc,
	out AvlNet.Point2D? outIntersectionPoint1,
	out AvlNet.Point2D? outIntersectionPoint2
)

Parameters

inSegment
Type: AvlNet.Segment2D
inArc
Type: AvlNet.Arc2D
outIntersectionPoint1
Type: System.Nullable<AvlNet.Point2D>
outIntersectionPoint2
Type: System.Nullable<AvlNet.Point2D>

Examples

SegmentArcIntersection performed on segment and arc.

See also