Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Spatial Transforms » AlignPathArray
AlignPathArray
Moves an array of paths from a local coordinate system to the absolute one.
Syntax
C++
C#
void avl::AlignPathArray ( const atl::Array<avl::Path>& inPaths, const avl::CoordinateSystem2D& inAlignment, bool inInverse, atl::Array<avl::Path>& outPaths )


