You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inSegment1 | Avl.Segment2D | |||
![]()  | inSegment2 | Avl.Segment2D | |||
![]()  | outIntersectionPoint | Atl.Conditional<Avl.Point2D> | 


