You are here: Start » AVL.NET » Invoke.LineSegmentIntersection
Computes a common point of a line and a segment.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LineSegmentIntersection ( Avl.Line2D inLine, Avl.Segment2D inSegment, Conditional<Avl.Point2D> outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine | Avl.Line2D | |||
![]()  | inSegment | Avl.Segment2D | |||
![]()  | outIntersectionPoint | Atl.Conditional<Avl.Point2D> | 


