Back to FabImage Library website
You are here: Start » Function Reference » Path Spatial Transforms » TransposePath
Header: | FIL.h |
---|---|
Namespace: | fil |
Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.
Syntax
C++
C#
void fil::TransposePath ( const fil::Path& inPath, fil::Path& outPath )
Parameters
In-place Processing
This function supports in-place data processing - you can pass the same reference to inPath and outPath
Read more about In-place Computation.