You are here: Start » AVL.NET » Invoke.SegmentSegmentIntersection

Invoke.SegmentSegmentIntersection

Computes a common point of two segments.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentSegmentIntersection
(
	Avl.Segment2D inSegment1,
	Avl.Segment2D inSegment2,
	Conditional<Avl.Point2D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inSegment1Avl.Segment2D
inSegment2Avl.Segment2D
outIntersectionPointAtl.Conditional<Avl.Point2D>

See also