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

AVS.SegmentSegmentIntersection Method

Computes a common point of two segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment1AvlNet.Segment2D
inSegment2AvlNet.Segment2D
outIntersectionPointAvlNet.Point2D?

See also