Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Spatial Transforms » TranslatePathArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Translates an array of paths by a vector.
Syntax
C++
C#
void fil::TranslatePathArray ( const ftl::Array<fil::Path>& inPaths, const fil::Vector2D& inDelta, bool inInverse, ftl::Array<fil::Path>& outPaths )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPaths | const Array<Path>& | ||
![]() |
inDelta | const Vector2D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outPaths | Array<Path>& |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inPaths and outPaths
Read more about In-place Computation.