Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Spatial Transforms » RotatePathArray
RotatePathArray
Rotates an array of paths clockwise around a center point.
Syntax
C++
C#
void avl::RotatePathArray ( const atl::Array<avl::Path>& inPaths, atl::Optional<const avl::Point2D&> inCenter, atl::real inAngle, bool inInverse, atl::Array<avl::Path>& outPaths )


