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

AVL.SegmentCircleIntersection(AvlNet.Segment2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentCircleIntersection(
	AvlNet.Segment2D inSegment,
	AvlNet.Circle2D inCircle,
	out AvlNet.Point2D? outIntersectionPoint1,
	out AvlNet.Point2D? outIntersectionPoint2
)

Parameters

inSegment
Type: AvlNet.Segment2D
inCircle
Type: AvlNet.Circle2D
outIntersectionPoint1
Type: System.Nullable<AvlNet.Point2D>
outIntersectionPoint2
Type: System.Nullable<AvlNet.Point2D>

Examples

SegmentCircleIntersection performed on segment and circle.

See also