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

Invoke.SegmentLine

Computes the line passing through a segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentLine
(
	Avl.Segment2D inSegment,
	out Avl.Line2D outLine
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2DInput segment.
outLineAvl.Line2DThe resulting line.

See also