Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Features » SegmentLine

SegmentLine


Module: FoundationLite

Computes the line passing through a segment.

Name Type Description
Input value inSegment Segment2D Input segment
Output value outLine Line2D The resulting line

Description

Note that because of inaccuracies of floating-point arithmetic, some geometric operations (including this one) may lead to unpredictable results for degenerated cases. In this filter such a case occurs when an empty segment is given on input.

Examples

SegmentLine performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.
outLine returns line (picture on right).

Complexity Level

This filter is available on Advanced Complexity Level.