Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » SplitPointsByLine

SplitPointsByLine


Module: FoundationLite

Separates the points being on one side of the input line from the others.

Name Type Description
Input value
inPoints Point2DArray Input points
Input value
inLine Line2D Line used for splitting
Output value
outPoints1 Point2DArray Points with positive signed distance to the input line
Output value
outPoints2 Point2DArray Points with negative signed distance to the input line

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in SplitPointsByLine.

Complexity Level

This filter is available on Advanced Complexity Level.