You are here: Start » AVL.NET » AVS.SegmentLine Method

AVS.SegmentLine Method

Computes the line passing through a segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SegmentLine
(
	AvlNet.Segment2D inSegment,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2DInput segment.
outLineAvlNet.Line2DThe resulting line.

See also