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

AVL.SegmentSegmentIntersection(AvlNet.Segment2D, AvlNet.Segment2D, AvlNet.Point2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentSegmentIntersection(
	AvlNet.Segment2D inSegment1,
	AvlNet.Segment2D inSegment2,
	out AvlNet.Point2D? outIntersectionPoint
)

Parameters

inSegment1
Type: AvlNet.Segment2D
inSegment2
Type: AvlNet.Segment2D
outIntersectionPoint
Type: System.Nullable<AvlNet.Point2D>

Examples

SegmentSegmentIntersection performed on two segments.

See also