You are here: Start » AVL.NET » AVS.SegmentCircleIntersection Method

AVS.SegmentCircleIntersection Method

Computes the common points of a circle and a segment.

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

Name Type Range Default Description
inSegmentAvlNet.Segment2D
inCircleAvlNet.Circle2D
outIntersectionPoint1AvlNet.Point2D?
outIntersectionPoint2AvlNet.Point2D?

See also