You are here: Start » AVL.NET » AVL.LineSegmentIntersection(AvlNet.Line2D, AvlNet.Segment2D, AvlNet.Point2D?)

AVL.LineSegmentIntersection(AvlNet.Line2D, AvlNet.Segment2D, AvlNet.Point2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LineSegmentIntersection(
	AvlNet.Line2D inLine,
	AvlNet.Segment2D inSegment,
	out AvlNet.Point2D? outIntersectionPoint
)

Parameters

inLine
Type: AvlNet.Line2D
inSegment
Type: AvlNet.Segment2D
outIntersectionPoint
Type: System.Nullable<AvlNet.Point2D>

Examples

LineSegmentIntersection performed on line and segment.

See also