Back to FabImage Studio website

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

TranslateLine


Module: FoundationLite

Translates a line by a vector.

Name Type Description
Input value inLine Line2D
Input value inDelta Vector2D Vector of translation
Input value inInverse Bool Switches to the inverse operation
Input value inDeltaAlignment TranslateAlignment
Output value outLine Line2D

Examples

TranslateLine performed on the sample line, inDelta = (200.0, 50.0) and inInverse = False.

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 TranslateLine.

Complexity Level

This filter is available on Advanced Complexity Level.