You are here: Start » AVL.NET » AVL.SegmentSegmentIntersection Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inSegment1 | AvlNet.Segment2D | |||
![]() | inSegment2 | AvlNet.Segment2D | |||
![]() | outIntersectionPoint | AvlNet.Point2D? |
Examples
![]() |
![]() |
SegmentSegmentIntersection performed on two segments.




